Html Css Color HEX #462DC6 Purple Heart

📋 copy color: '#462DC6'

red 70 ◦ green 45 ◦ blue 198

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

Shades of Purple Heart #462DC6

Tints of Purple Heart #462DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 63.26%

R = 22.36%
G = 14.38%
B = 63.26%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#462DC6 (or 0x462DC6) is known color: Purple Heart. HEX triplet: 46, 2D and C6. RGB value is (70,45,198). Sum of RGB (Red+Green+Blue) = 70+45+198=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 198 (77.73% from 255 or 63.26% from 313); Max value from RGB is 198 - color contains mainly: blue. Hex color #462DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DC6 is #B9D239. Grayscale: #454545. Windows color (decimal): -12177978 or 12987718. OLE color: 12987718.

HSL color Cylindrical-coordinate representation of color #462DC6: hue angle of 249.8º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462DC6 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 45 198 -
CMYK 0.65 0.77 0 0.22
HSL 249.8º 0.63% 0.48% -
HSV(B) 249.8º 0.77% 0.78% -
XYZ 13.66 7.26 54.11 -
YUV 69.92 200.28 128.06 -
System Red Green Blue C M Y K H S L
Decimal 70 45 198 0.65 0.77 0 0.22 249.8 0.63 0.48
Hex 46 2D C6 41 4D 0 16 FA 3F 30
Octal 106 55 306 101 115 0 26 372 77 60
Binary 1000110 101101 11000110 1000001 1001101 0 10110 11111010 111111 110000

Color Harmonies of #462DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462DC6

Black with #462DC6

Text Example


Text Example

White with #462DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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