Html Css Color HEX #4736CC Purple Heart

📋 copy color: '#4736CC'

red 71 ◦ green 54 ◦ blue 204

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

Shades of Purple Heart #4736CC

Tints of Purple Heart #4736CC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 21.58%
G = 16.41%
B = 62.01%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4736CC (or 0x4736CC) is known color: Purple Heart. HEX triplet: 47, 36 and CC. RGB value is (71,54,204). Sum of RGB (Red+Green+Blue) = 71+54+204=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #4736CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4736CC is #B8C933. Grayscale: #4B4B4B. Windows color (decimal): -12110132 or 13383239. OLE color: 13383239.

HSL color Cylindrical-coordinate representation of color #4736CC: hue angle of 246.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4736CC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 54 204 -
CMYK 0.65 0.74 0 0.2
HSL 246.8º 0.6% 0.51% -
HSV(B) 246.8º 0.74% 0.8% -
XYZ 14.82 8.34 57.96 -
YUV 76.18 200.13 124.3 -
System Red Green Blue C M Y K H S L
Decimal 71 54 204 0.65 0.74 0 0.2 246.8 0.6 0.51
Hex 47 36 CC 41 4A 0 14 F7 3C 33
Octal 107 66 314 101 112 0 24 367 74 63
Binary 1000111 110110 11001100 1000001 1001010 0 10100 11110111 111100 110011

Color Harmonies of #4736CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4736CC

Black with #4736CC

Text Example


Text Example

White with #4736CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4736CC; }

 p { color: rgb(71,54,204); }

 H1.HeaderClassName
 {
   color: #4736CC;
 }
 .AnyTagClassName
 {
   color: #4736CC;
 }
</style>

background-color css

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

 a { background-color: rgb(71,54,204); }

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

border-color css

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

 span { border-color: rgb(71,54,204); }

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