Html Css Color HEX #462ACE Purple Heart

📋 copy color: '#462ACE'

red 70 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #462ACE

Tints of Purple Heart #462ACE

RGB

 RED value IS 70 (27.73% from 255) = 22.01%

 GREEN value IS 42 (16.8% from 255) = 13.21%

 BLUE value IS 206 (80.86% from 255) = 64.78%

R = 22.01%
G = 13.21%
B = 64.78%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#462ACE (or 0x462ACE) is known color: Purple Heart. HEX triplet: 46, 2A and CE. RGB value is (70,42,206). Sum of RGB (Red+Green+Blue) = 70+42+206=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 42 (16.80% from 255 or 13.21% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #462ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ACE is #B9D531. Grayscale: #444444. Windows color (decimal): -12178738 or 13511238. OLE color: 13511238.

HSL color Cylindrical-coordinate representation of color #462ACE: hue angle of 250.24º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462ACE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 70 42 206 -
CMYK 0.66 0.80 0 0.19
HSL 250.24º 0.66% 0.49% -
HSV(B) 250.24º 0.8% 0.81% -
XYZ 14.49 7.41 59.06 -
YUV 69.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 70 42 206 0.66 0.80 0 0.19 250.24 0.66 0.49
Hex 46 2A CE 42 50 0 13 FA 42 31
Octal 106 52 316 102 120 0 23 372 102 61
Binary 1000110 101010 11001110 1000010 1010000 0 10011 11111010 1000010 110001

Color Harmonies of #462ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462ACE

Black with #462ACE

Text Example


Text Example

White with #462ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462ACE; }

 p { color: rgb(70,42,206); }

 H1.HeaderClassName
 {
   color: #462ACE;
 }
 .AnyTagClassName
 {
   color: #462ACE;
 }
</style>

background-color css

<style>
 a { background-color: #462ACE; }

 a { background-color: rgb(70,42,206); }

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

border-color css

<style>
 span { border-color: #462ACE; }

 span { border-color: rgb(70,42,206); }

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