Html Css Color HEX #462AC0 Purple Heart

📋 copy color: '#462AC0'

red 70 ◦ green 42 ◦ blue 192

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

Shades of Purple Heart #462AC0

Tints of Purple Heart #462AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 63.16%

R = 23.03%
G = 13.82%
B = 63.16%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#462AC0 (or 0x462AC0) is known color: Purple Heart. HEX triplet: 46, 2A and C0. RGB value is (70,42,192). Sum of RGB (Red+Green+Blue) = 70+42+192=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 192 (75.39% from 255 or 63.16% from 304); Max value from RGB is 192 - color contains mainly: blue. Hex color #462AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462AC0 is #B9D53F. Grayscale: #424242. Windows color (decimal): -12178752 or 12593734. OLE color: 12593734.

HSL color Cylindrical-coordinate representation of color #462AC0: hue angle of 251.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #462AC0 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 42 192 -
CMYK 0.64 0.78 0 0.25
HSL 251.2º 0.64% 0.46% -
HSV(B) 251.2º 0.78% 0.75% -
XYZ 12.87 6.76 50.5 -
YUV 67.47 198.28 129.8 -
System Red Green Blue C M Y K H S L
Decimal 70 42 192 0.64 0.78 0 0.25 251.2 0.64 0.46
Hex 46 2A C0 40 4E 0 19 FB 40 2E
Octal 106 52 300 100 116 0 31 373 100 56
Binary 1000110 101010 11000000 1000000 1001110 0 11001 11111011 1000000 101110

Color Harmonies of #462AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462AC0

Black with #462AC0

Text Example


Text Example

White with #462AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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