Html Css Color HEX #471ABC Purple Heart

📋 copy color: '#471ABC'

red 71 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #471ABC

Tints of Purple Heart #471ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.96%

R = 24.91%
G = 9.12%
B = 65.96%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#471ABC (or 0x471ABC) is known color: Purple Heart. HEX triplet: 47, 1A and BC. RGB value is (71,26,188). Sum of RGB (Red+Green+Blue) = 71+26+188=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #471ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471ABC is #B8E543. Grayscale: #393939. Windows color (decimal): -12117316 or 12327495. OLE color: 12327495.

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

Color convert

RGB 71 26 188 -
CMYK 0.62 0.86 0 0.26
HSL 256.67º 0.76% 0.42% -
HSV(B) 256.67º 0.86% 0.74% -
XYZ 12.05 5.71 48.04 -
YUV 57.92 201.41 137.33 -
System Red Green Blue C M Y K H S L
Decimal 71 26 188 0.62 0.86 0 0.26 256.67 0.76 0.42
Hex 47 1A BC 3E 56 0 1A 101 4C 2A
Octal 107 32 274 76 126 0 32 401 114 52
Binary 1000111 11010 10111100 111110 1010110 0 11010 100000001 1001100 101010

Color Harmonies of #471ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471ABC

Black with #471ABC

Text Example


Text Example

White with #471ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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