Html Css Color HEX #471FCF Purple Heart

📋 copy color: '#471FCF'

red 71 ◦ green 31 ◦ blue 207

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

Shades of Purple Heart #471FCF

Tints of Purple Heart #471FCF

RGB

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

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

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

R = 22.98%
G = 10.03%
B = 66.99%

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

#471FCF (or 0x471FCF) is known color: Purple Heart. HEX triplet: 47, 1F and CF. RGB value is (71,31,207). Sum of RGB (Red+Green+Blue) = 71+31+207=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #471FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FCF is #B8E030. Grayscale: #3E3E3E. Windows color (decimal): -12116017 or 13573959. OLE color: 13573959.

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

Color convert

RGB 71 31 207 -
CMYK 0.66 0.85 0 0.19
HSL 253.64º 0.74% 0.47% -
HSV(B) 253.64º 0.85% 0.81% -
XYZ 14.35 6.82 59.59 -
YUV 63.02 209.25 133.69 -
System Red Green Blue C M Y K H S L
Decimal 71 31 207 0.66 0.85 0 0.19 253.64 0.74 0.47
Hex 47 1F CF 42 55 0 13 FE 4A 2F
Octal 107 37 317 102 125 0 23 376 112 57
Binary 1000111 11111 11001111 1000010 1010101 0 10011 11111110 1001010 101111

Color Harmonies of #471FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FCF

Black with #471FCF

Text Example


Text Example

White with #471FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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