Html Css Color HEX #462ABF Purple Heart

📋 copy color: '#462ABF'

red 70 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #462ABF

Tints of Purple Heart #462ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.04%

R = 23.1%
G = 13.86%
B = 63.04%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#462ABF (or 0x462ABF) is known color: Purple Heart. HEX triplet: 46, 2A and BF. RGB value is (70,42,191). Sum of RGB (Red+Green+Blue) = 70+42+191=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #462ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ABF is #B9D540. Grayscale: #424242. Windows color (decimal): -12178753 or 12528198. OLE color: 12528198.

HSL color Cylindrical-coordinate representation of color #462ABF: hue angle of 251.28º 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 #462ABF is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 42 191 -
CMYK 0.63 0.78 0 0.25
HSL 251.28º 0.64% 0.46% -
HSV(B) 251.28º 0.78% 0.75% -
XYZ 12.76 6.72 49.91 -
YUV 67.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 70 42 191 0.63 0.78 0 0.25 251.28 0.64 0.46
Hex 46 2A BF 3F 4E 0 19 FB 40 2E
Octal 106 52 277 77 116 0 31 373 100 56
Binary 1000110 101010 10111111 111111 1001110 0 11001 11111011 1000000 101110

Color Harmonies of #462ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462ABF

Black with #462ABF

Text Example


Text Example

White with #462ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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