Html Css Color HEX #471CCC Purple Heart

📋 copy color: '#471CCC'

red 71 ◦ green 28 ◦ blue 204

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

Shades of Purple Heart #471CCC

Tints of Purple Heart #471CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.24%

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

R = 23.43%
G = 9.24%
B = 67.33%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#471CCC (or 0x471CCC) is known color: Purple Heart. HEX triplet: 47, 1C and CC. RGB value is (71,28,204). Sum of RGB (Red+Green+Blue) = 71+28+204=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #471CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CCC is #B8E333. Grayscale: #3C3C3C. Windows color (decimal): -12116788 or 13376583. OLE color: 13376583.

HSL color Cylindrical-coordinate representation of color #471CCC: hue angle of 254.66º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471CCC is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 28 204 -
CMYK 0.65 0.86 0 0.2
HSL 254.66º 0.76% 0.45% -
HSV(B) 254.66º 0.86% 0.8% -
XYZ 13.91 6.53 57.65 -
YUV 60.92 208.75 135.19 -
System Red Green Blue C M Y K H S L
Decimal 71 28 204 0.65 0.86 0 0.2 254.66 0.76 0.45
Hex 47 1C CC 41 56 0 14 FF 4C 2D
Octal 107 34 314 101 126 0 24 377 114 55
Binary 1000111 11100 11001100 1000001 1010110 0 10100 11111111 1001100 101101

Color Harmonies of #471CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CCC

Black with #471CCC

Text Example


Text Example

White with #471CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471CCC; }

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

 H1.HeaderClassName
 {
   color: #471CCC;
 }
 .AnyTagClassName
 {
   color: #471CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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