#C734FD

Color #C734FD Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C734FD

Tints of Electric Purple #C734FD

Color information

#C734FD (or 0xC734FD) is unknown color: approx Electric Purple. HEX triplet: C7, 34 and FD. RGB value is (199,52,253). Sum of RGB (Red+Green+Blue) = 199+52+253=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #C734FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C734FD is #38CB02. Grayscale: #767676. Windows color (decimal): -3721987 or 16594119. OLE color: 16594119.

HSL color Cylindrical-coordinate representation of color #C734FD: hue angle of 283.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C734FD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19952253-
CMYK0.210.7900.01
HSL283.88º98.05%59.8%-
HSV(B)283.88º79.45%99.22%-
XYZ42.5121.6994.87-
YUV118.87203.7185.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 52 (20.70% from 255) = 10.32%
BLUE value IS 253 (99.22% from 255) = 50.20%
R=39.48%
G=10.32%
B=50.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal199522530.210.7900.01283.8898.0559.8
HexC734FD154F0111c623c
Octal30764375251170143414274
Binary1100011111010011111101101011001111011000111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C734FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C734FD; }

 p { color: rgb(199,52,253); }

 H1.HeaderClassName
 {
   color: #C734FD;
 }
 .AnyTagClassName
 {
   color: #C734FD;
 }
</style>
background-color css

<style>
 a { background-color: #C734FD; }

 a { background-color: rgb(199,52,253); }

 div.DivClassName
 {
   background-color: #C734FD;
 }
 .BgClassName
 {
   background-color: #C734FD;
 }
</style>
border-color css

<style>
 span { border-color: #C734FD; }

 span { border-color: rgb(199,52,253); }

 td.TdClassName
 {
   border-color: #C734FD;
 }
 .TagClassName
 {
   border-color: #C734FD;
 }
</style>