Html Css Color HEX #471ECB Purple Heart

📋 copy color: '#471ECB'

red 71 ◦ green 30 ◦ blue 203

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

Shades of Purple Heart #471ECB

Tints of Purple Heart #471ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

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

R = 23.36%
G = 9.87%
B = 66.78%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#471ECB (or 0x471ECB) is known color: Purple Heart. HEX triplet: 47, 1E and CB. RGB value is (71,30,203). Sum of RGB (Red+Green+Blue) = 71+30+203=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #471ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ECB is #B8E134. Grayscale: #3D3D3D. Windows color (decimal): -12116277 or 13311559. OLE color: 13311559.

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

Color convert

RGB 71 30 203 -
CMYK 0.65 0.85 0 0.20
HSL 254.22º 0.74% 0.46% -
HSV(B) 254.22º 0.85% 0.8% -
XYZ 13.84 6.58 57.04 -
YUV 61.98 207.58 134.43 -
System Red Green Blue C M Y K H S L
Decimal 71 30 203 0.65 0.85 0 0.20 254.22 0.74 0.46
Hex 47 1E CB 41 55 0 14 FE 4A 2E
Octal 107 36 313 101 125 0 24 376 112 56
Binary 1000111 11110 11001011 1000001 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #471ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471ECB

Black with #471ECB

Text Example


Text Example

White with #471ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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