Html Css Color HEX #471DCB Purple Heart

📋 copy color: '#471DCB'

red 71 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #471DCB

Tints of Purple Heart #471DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.57%

 BLUE value IS 203 (79.69% from 255) = 67%

R = 23.43%
G = 9.57%
B = 67%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#471DCB (or 0x471DCB) is known color: Purple Heart. HEX triplet: 47, 1D and CB. RGB value is (71,29,203). Sum of RGB (Red+Green+Blue) = 71+29+203=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #471DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471DCB is #B8E234. Grayscale: #3C3C3C. Windows color (decimal): -12116533 or 13311303. OLE color: 13311303.

HSL color Cylindrical-coordinate representation of color #471DCB: hue angle of 254.48º degrees, saturation: 0.75, 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 #471DCB is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 29 203 -
CMYK 0.65 0.86 0 0.20
HSL 254.48º 0.75% 0.45% -
HSV(B) 254.48º 0.86% 0.8% -
XYZ 13.82 6.53 57.03 -
YUV 61.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 71 29 203 0.65 0.86 0 0.20 254.48 0.75 0.45
Hex 47 1D CB 41 56 0 14 FE 4B 2D
Octal 107 35 313 101 126 0 24 376 113 55
Binary 1000111 11101 11001011 1000001 1010110 0 10100 11111110 1001011 101101

Color Harmonies of #471DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DCB

Black with #471DCB

Text Example


Text Example

White with #471DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,29,203); }

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

background-color css

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

 a { background-color: rgb(71,29,203); }

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

border-color css

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

 span { border-color: rgb(71,29,203); }

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