Html Css Color HEX #471ACB Purple Heart

📋 copy color: '#471ACB'

red 71 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #471ACB

Tints of Purple Heart #471ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.67%

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

R = 23.67%
G = 8.67%
B = 67.67%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#471ACB (or 0x471ACB) is known color: Purple Heart. HEX triplet: 47, 1A and CB. RGB value is (71,26,203). Sum of RGB (Red+Green+Blue) = 71+26+203=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #471ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ACB is #B8E534. Grayscale: #3A3A3A. Windows color (decimal): -12117301 or 13310535. OLE color: 13310535.

HSL color Cylindrical-coordinate representation of color #471ACB: hue angle of 255.25º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471ACB is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 26 203 -
CMYK 0.65 0.87 0 0.20
HSL 255.25º 0.77% 0.45% -
HSV(B) 255.25º 0.87% 0.8% -
XYZ 13.75 6.39 57.01 -
YUV 59.63 208.91 136.11 -
System Red Green Blue C M Y K H S L
Decimal 71 26 203 0.65 0.87 0 0.20 255.25 0.77 0.45
Hex 47 1A CB 41 57 0 14 FF 4D 2D
Octal 107 32 313 101 127 0 24 377 115 55
Binary 1000111 11010 11001011 1000001 1010111 0 10100 11111111 1001101 101101

Color Harmonies of #471ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471ACB

Black with #471ACB

Text Example


Text Example

White with #471ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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