Html Css Color HEX #471CCB Purple Heart

📋 copy color: '#471CCB'

red 71 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #471CCB

Tints of Purple Heart #471CCB

RGB

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

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

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

R = 23.51%
G = 9.27%
B = 67.22%

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

#471CCB (or 0x471CCB) is known color: Purple Heart. HEX triplet: 47, 1C and CB. RGB value is (71,28,203). Sum of RGB (Red+Green+Blue) = 71+28+203=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #471CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CCB is #B8E334. Grayscale: #3C3C3C. Windows color (decimal): -12116789 or 13311047. OLE color: 13311047.

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

Color convert

RGB 71 28 203 -
CMYK 0.65 0.86 0 0.20
HSL 254.74º 0.76% 0.45% -
HSV(B) 254.74º 0.86% 0.8% -
XYZ 13.79 6.48 57.02 -
YUV 60.81 208.25 135.27 -
System Red Green Blue C M Y K H S L
Decimal 71 28 203 0.65 0.86 0 0.20 254.74 0.76 0.45
Hex 47 1C CB 41 56 0 14 FF 4C 2D
Octal 107 34 313 101 126 0 24 377 114 55
Binary 1000111 11100 11001011 1000001 1010110 0 10100 11111111 1001100 101101

Color Harmonies of #471CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CCB

Black with #471CCB

Text Example


Text Example

White with #471CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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