Html Css Color HEX #471BCF Purple Heart

📋 copy color: '#471BCF'

red 71 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #471BCF

Tints of Purple Heart #471BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

 BLUE value IS 207 (81.25% from 255) = 67.87%

R = 23.28%
G = 8.85%
B = 67.87%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#471BCF (or 0x471BCF) is known color: Purple Heart. HEX triplet: 47, 1B and CF. RGB value is (71,27,207). Sum of RGB (Red+Green+Blue) = 71+27+207=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #471BCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471BCF is #B8E430. Grayscale: #3C3C3C. Windows color (decimal): -12117041 or 13572935. OLE color: 13572935.

HSL color Cylindrical-coordinate representation of color #471BCF: hue angle of 254.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471BCF is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 27 207 -
CMYK 0.66 0.87 0 0.19
HSL 254.67º 0.77% 0.46% -
HSV(B) 254.67º 0.87% 0.81% -
XYZ 14.25 6.63 59.56 -
YUV 60.68 210.58 135.36 -
System Red Green Blue C M Y K H S L
Decimal 71 27 207 0.66 0.87 0 0.19 254.67 0.77 0.46
Hex 47 1B CF 42 57 0 13 FF 4D 2E
Octal 107 33 317 102 127 0 23 377 115 56
Binary 1000111 11011 11001111 1000010 1010111 0 10011 11111111 1001101 101110

Color Harmonies of #471BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BCF

Black with #471BCF

Text Example


Text Example

White with #471BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,27,207); }

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

background-color css

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

 a { background-color: rgb(71,27,207); }

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

border-color css

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

 span { border-color: rgb(71,27,207); }

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