Html Css Color HEX #470ACB Purple Heart

📋 copy color: '#470ACB'

red 71 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #470ACB

Tints of Purple Heart #470ACB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.52%

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

R = 25%
G = 3.52%
B = 71.48%

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

#470ACB (or 0x470ACB) is known color: Purple Heart. HEX triplet: 47, 0A and CB. RGB value is (71,10,203). Sum of RGB (Red+Green+Blue) = 71+10+203=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #470ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470ACB is #B8F534. Grayscale: #313131. Windows color (decimal): -12121397 or 13306439. OLE color: 13306439.

HSL color Cylindrical-coordinate representation of color #470ACB: hue angle of 258.96º degrees, saturation: 0.91, 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 #470ACB is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 10 203 -
CMYK 0.65 0.95 0 0.20
HSL 258.96º 0.91% 0.42% -
HSV(B) 258.96º 0.95% 0.8% -
XYZ 13.49 5.87 56.92 -
YUV 50.24 214.21 142.81 -
System Red Green Blue C M Y K H S L
Decimal 71 10 203 0.65 0.95 0 0.20 258.96 0.91 0.42
Hex 47 A CB 41 5F 0 14 103 5B 2A
Octal 107 12 313 101 137 0 24 403 133 52
Binary 1000111 1010 11001011 1000001 1011111 0 10100 100000011 1011011 101010

Color Harmonies of #470ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470ACB

Black with #470ACB

Text Example


Text Example

White with #470ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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