Html Css Color HEX #462DB3 Purple Heart

📋 copy color: '#462DB3'

red 70 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #462DB3

Tints of Purple Heart #462DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.88%

R = 23.81%
G = 15.31%
B = 60.88%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#462DB3 (or 0x462DB3) is known color: Purple Heart. HEX triplet: 46, 2D and B3. RGB value is (70,45,179). Sum of RGB (Red+Green+Blue) = 70+45+179=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #462DB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DB3 is #B9D24C. Grayscale: #434343. Windows color (decimal): -12177997 or 11742534. OLE color: 11742534.

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

Color convert

RGB 70 45 179 -
CMYK 0.61 0.75 0 0.30
HSL 251.19º 0.6% 0.44% -
HSV(B) 251.19º 0.75% 0.7% -
XYZ 11.6 6.43 43.28 -
YUV 67.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 70 45 179 0.61 0.75 0 0.30 251.19 0.6 0.44
Hex 46 2D B3 3D 4B 0 1E FB 3C 2C
Octal 106 55 263 75 113 0 36 373 74 54
Binary 1000110 101101 10110011 111101 1001011 0 11110 11111011 111100 101100

Color Harmonies of #462DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DB3

Black with #462DB3

Text Example


Text Example

White with #462DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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