Html Css Color HEX #471FCE Purple Heart

📋 copy color: '#471FCE'

red 71 ◦ green 31 ◦ blue 206

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

Shades of Purple Heart #471FCE

Tints of Purple Heart #471FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.06%

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 23.05%
G = 10.06%
B = 66.88%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#471FCE (or 0x471FCE) is known color: Purple Heart. HEX triplet: 47, 1F and CE. RGB value is (71,31,206). Sum of RGB (Red+Green+Blue) = 71+31+206=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #471FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FCE is #B8E031. Grayscale: #3E3E3E. Windows color (decimal): -12116018 or 13508423. OLE color: 13508423.

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

Color convert

RGB 71 31 206 -
CMYK 0.66 0.85 0 0.19
HSL 253.71º 0.74% 0.46% -
HSV(B) 253.71º 0.85% 0.81% -
XYZ 14.23 6.78 58.95 -
YUV 62.91 208.75 133.77 -
System Red Green Blue C M Y K H S L
Decimal 71 31 206 0.66 0.85 0 0.19 253.71 0.74 0.46
Hex 47 1F CE 42 55 0 13 FE 4A 2E
Octal 107 37 316 102 125 0 23 376 112 56
Binary 1000111 11111 11001110 1000010 1010101 0 10011 11111110 1001010 101110

Color Harmonies of #471FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FCE

Black with #471FCE

Text Example


Text Example

White with #471FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,31,206); }

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

background-color css

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

 a { background-color: rgb(71,31,206); }

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

border-color css

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

 span { border-color: rgb(71,31,206); }

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