Html Css Color HEX #471CBD Purple Heart

📋 copy color: '#471CBD'

red 71 ◦ green 28 ◦ blue 189

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

Shades of Purple Heart #471CBD

Tints of Purple Heart #471CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.63%

R = 24.65%
G = 9.72%
B = 65.63%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#471CBD (or 0x471CBD) is known color: Purple Heart. HEX triplet: 47, 1C and BD. RGB value is (71,28,189). Sum of RGB (Red+Green+Blue) = 71+28+189=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #471CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CBD is #B8E342. Grayscale: #3A3A3A. Windows color (decimal): -12116803 or 12393543. OLE color: 12393543.

HSL color Cylindrical-coordinate representation of color #471CBD: hue angle of 256.02º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471CBD is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 28 189 -
CMYK 0.62 0.85 0 0.26
HSL 256.02º 0.74% 0.43% -
HSV(B) 256.02º 0.85% 0.74% -
XYZ 12.2 5.84 48.63 -
YUV 59.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 71 28 189 0.62 0.85 0 0.26 256.02 0.74 0.43
Hex 47 1C BD 3E 55 0 1A 100 4A 2B
Octal 107 34 275 76 125 0 32 400 112 53
Binary 1000111 11100 10111101 111110 1010101 0 11010 100000000 1001010 101011

Color Harmonies of #471CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CBD

Black with #471CBD

Text Example


Text Example

White with #471CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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