Html Css Color HEX #470BCB Purple Heart

📋 copy color: '#470BCB'

red 71 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #470BCB

Tints of Purple Heart #470BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.86%

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

R = 24.91%
G = 3.86%
B = 71.23%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#470BCB (or 0x470BCB) is known color: Purple Heart. HEX triplet: 47, 0B and CB. RGB value is (71,11,203). Sum of RGB (Red+Green+Blue) = 71+11+203=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #470BCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BCB is #B8F434. Grayscale: #323232. Windows color (decimal): -12121141 or 13306695. OLE color: 13306695.

HSL color Cylindrical-coordinate representation of color #470BCB: hue angle of 258.75º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470BCB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 11 203 -
CMYK 0.65 0.95 0 0.20
HSL 258.75º 0.9% 0.42% -
HSV(B) 258.75º 0.95% 0.8% -
XYZ 13.5 5.89 56.93 -
YUV 50.83 213.88 142.39 -
System Red Green Blue C M Y K H S L
Decimal 71 11 203 0.65 0.95 0 0.20 258.75 0.9 0.42
Hex 47 B CB 41 5F 0 14 103 5A 2A
Octal 107 13 313 101 137 0 24 403 132 52
Binary 1000111 1011 11001011 1000001 1011111 0 10100 100000011 1011010 101010

Color Harmonies of #470BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BCB

Black with #470BCB

Text Example


Text Example

White with #470BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470BCB; }

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

 H1.HeaderClassName
 {
   color: #470BCB;
 }
 .AnyTagClassName
 {
   color: #470BCB;
 }
</style>

background-color css

<style>
 a { background-color: #470BCB; }

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

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

border-color css

<style>
 span { border-color: #470BCB; }

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

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