Html Css Color HEX #462DB5 Purple Heart

📋 copy color: '#462DB5'

red 70 ◦ green 45 ◦ blue 181

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

Shades of Purple Heart #462DB5

Tints of Purple Heart #462DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

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

R = 23.65%
G = 15.2%
B = 61.15%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#462DB5 (or 0x462DB5) is known color: Purple Heart. HEX triplet: 46, 2D and B5. RGB value is (70,45,181). Sum of RGB (Red+Green+Blue) = 70+45+181=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 181 (71.09% from 255 or 61.15% from 296); Max value from RGB is 181 - color contains mainly: blue. Hex color #462DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DB5 is #B9D24A. Grayscale: #434343. Windows color (decimal): -12177995 or 11873606. OLE color: 11873606.

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

Color convert

RGB 70 45 181 -
CMYK 0.61 0.75 0 0.29
HSL 251.03º 0.6% 0.44% -
HSV(B) 251.03º 0.75% 0.71% -
XYZ 11.8 6.52 44.35 -
YUV 67.98 191.78 129.44 -
System Red Green Blue C M Y K H S L
Decimal 70 45 181 0.61 0.75 0 0.29 251.03 0.6 0.44
Hex 46 2D B5 3D 4B 0 1D FB 3C 2C
Octal 106 55 265 75 113 0 35 373 74 54
Binary 1000110 101101 10110101 111101 1001011 0 11101 11111011 111100 101100

Color Harmonies of #462DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DB5

Black with #462DB5

Text Example


Text Example

White with #462DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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