Html Css Color HEX #462CB5 Purple Heart

📋 copy color: '#462CB5'

red 70 ◦ green 44 ◦ blue 181

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

Shades of Purple Heart #462CB5

Tints of Purple Heart #462CB5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.92%

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

R = 23.73%
G = 14.92%
B = 61.36%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#462CB5 (or 0x462CB5) is known color: Purple Heart. HEX triplet: 46, 2C and B5. RGB value is (70,44,181). Sum of RGB (Red+Green+Blue) = 70+44+181=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #462CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CB5 is #B9D34A. Grayscale: #424242. Windows color (decimal): -12178251 or 11873350. OLE color: 11873350.

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

Color convert

RGB 70 44 181 -
CMYK 0.61 0.76 0 0.29
HSL 251.39º 0.61% 0.44% -
HSV(B) 251.39º 0.76% 0.71% -
XYZ 11.77 6.44 44.34 -
YUV 67.39 192.11 129.86 -
System Red Green Blue C M Y K H S L
Decimal 70 44 181 0.61 0.76 0 0.29 251.39 0.61 0.44
Hex 46 2C B5 3D 4C 0 1D FB 3D 2C
Octal 106 54 265 75 114 0 35 373 75 54
Binary 1000110 101100 10110101 111101 1001100 0 11101 11111011 111101 101100

Color Harmonies of #462CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462CB5

Black with #462CB5

Text Example


Text Example

White with #462CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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