Html Css Color HEX #462AB4 Purple Heart

📋 copy color: '#462AB4'

red 70 ◦ green 42 ◦ blue 180

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

Shades of Purple Heart #462AB4

Tints of Purple Heart #462AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 61.64%

R = 23.97%
G = 14.38%
B = 61.64%

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

#462AB4 (or 0x462AB4) is known color: Purple Heart. HEX triplet: 46, 2A and B4. RGB value is (70,42,180). Sum of RGB (Red+Green+Blue) = 70+42+180=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 180 (70.70% from 255 or 61.64% from 292); Max value from RGB is 180 - color contains mainly: blue. Hex color #462AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462AB4 is #B9D54B. Grayscale: #414141. Windows color (decimal): -12178764 or 11807302. OLE color: 11807302.

HSL color Cylindrical-coordinate representation of color #462AB4: hue angle of 252.17º 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 #462AB4 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 42 180 -
CMYK 0.61 0.77 0 0.29
HSL 252.17º 0.62% 0.44% -
HSV(B) 252.17º 0.77% 0.71% -
XYZ 11.59 6.25 43.78 -
YUV 66.1 192.28 130.78 -
System Red Green Blue C M Y K H S L
Decimal 70 42 180 0.61 0.77 0 0.29 252.17 0.62 0.44
Hex 46 2A B4 3D 4D 0 1D FC 3E 2C
Octal 106 52 264 75 115 0 35 374 76 54
Binary 1000110 101010 10110100 111101 1001101 0 11101 11111100 111110 101100

Color Harmonies of #462AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462AB4

Black with #462AB4

Text Example


Text Example

White with #462AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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