Html Css Color HEX #4735CE Purple Heart

📋 copy color: '#4735CE'

red 71 ◦ green 53 ◦ blue 206

#4735CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4735CE

Tints of Purple Heart #4735CE

RGB

 RED value IS 71 (28.13% from 255) = 21.52%

 GREEN value IS 53 (21.09% from 255) = 16.06%

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 21.52%
G = 16.06%
B = 62.42%

CMYK

 C value IS 0.66

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4735CE (or 0x4735CE) is known color: Purple Heart. HEX triplet: 47, 35 and CE. RGB value is (71,53,206). Sum of RGB (Red+Green+Blue) = 71+53+206=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #4735CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4735CE is #B8CA31. Grayscale: #4B4B4B. Windows color (decimal): -12110386 or 13514055. OLE color: 13514055.

HSL color Cylindrical-coordinate representation of color #4735CE: hue angle of 247.06º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4735CE is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 53 206 -
CMYK 0.66 0.74 0 0.19
HSL 247.06º 0.61% 0.51% -
HSV(B) 247.06º 0.74% 0.81% -
XYZ 15.01 8.34 59.21 -
YUV 75.82 201.46 124.56 -
System Red Green Blue C M Y K H S L
Decimal 71 53 206 0.66 0.74 0 0.19 247.06 0.61 0.51
Hex 47 35 CE 42 4A 0 13 F7 3D 33
Octal 107 65 316 102 112 0 23 367 75 63
Binary 1000111 110101 11001110 1000010 1001010 0 10011 11110111 111101 110011

Color Harmonies of #4735CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4735CE

Black with #4735CE

Text Example


Text Example

White with #4735CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4735CE; }

 p { color: rgb(71,53,206); }

 H1.HeaderClassName
 {
   color: #4735CE;
 }
 .AnyTagClassName
 {
   color: #4735CE;
 }
</style>

background-color css

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

 a { background-color: rgb(71,53,206); }

 div.DivClassName
 {
   background-color: #4735CE;
 }
 .BgClassName
 {
   background-color: #4735CE;
 }
</style>

border-color css

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

 span { border-color: rgb(71,53,206); }

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