Html Css Color HEX #462AB5 Purple Heart

📋 copy color: '#462AB5'

red 70 ◦ green 42 ◦ blue 181

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

Shades of Purple Heart #462AB5

Tints of Purple Heart #462AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 61.77%

R = 23.89%
G = 14.33%
B = 61.77%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#462AB5 (or 0x462AB5) is known color: Purple Heart. HEX triplet: 46, 2A and B5. RGB value is (70,42,181). Sum of RGB (Red+Green+Blue) = 70+42+181=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 181 (71.09% from 255 or 61.77% from 293); Max value from RGB is 181 - color contains mainly: blue. Hex color #462AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462AB5 is #B9D54A. Grayscale: #414141. Windows color (decimal): -12178763 or 11872838. OLE color: 11872838.

HSL color Cylindrical-coordinate representation of color #462AB5: hue angle of 252.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462AB5 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 42 181 -
CMYK 0.61 0.77 0 0.29
HSL 252.09º 0.62% 0.44% -
HSV(B) 252.09º 0.77% 0.71% -
XYZ 11.69 6.29 44.31 -
YUV 66.22 192.78 130.7 -
System Red Green Blue C M Y K H S L
Decimal 70 42 181 0.61 0.77 0 0.29 252.09 0.62 0.44
Hex 46 2A B5 3D 4D 0 1D FC 3E 2C
Octal 106 52 265 75 115 0 35 374 76 54
Binary 1000110 101010 10110101 111101 1001101 0 11101 11111100 111110 101100

Color Harmonies of #462AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462AB5

Black with #462AB5

Text Example


Text Example

White with #462AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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