Html Css Color HEX #462ECC Purple Heart

📋 copy color: '#462ECC'

red 70 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #462ECC

Tints of Purple Heart #462ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.38%

 BLUE value IS 204 (80.08% from 255) = 63.75%

R = 21.88%
G = 14.38%
B = 63.75%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#462ECC (or 0x462ECC) is known color: Purple Heart. HEX triplet: 46, 2E and CC. RGB value is (70,46,204). Sum of RGB (Red+Green+Blue) = 70+46+204=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #462ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ECC is #B9D133. Grayscale: #464646. Windows color (decimal): -12177716 or 13381190. OLE color: 13381190.

HSL color Cylindrical-coordinate representation of color #462ECC: hue angle of 249.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462ECC is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 46 204 -
CMYK 0.66 0.77 0 0.2
HSL 249.11º 0.63% 0.49% -
HSV(B) 249.11º 0.77% 0.8% -
XYZ 14.4 7.62 57.84 -
YUV 71.19 202.95 127.15 -
System Red Green Blue C M Y K H S L
Decimal 70 46 204 0.66 0.77 0 0.2 249.11 0.63 0.49
Hex 46 2E CC 42 4D 0 14 F9 3F 31
Octal 106 56 314 102 115 0 24 371 77 61
Binary 1000110 101110 11001100 1000010 1001101 0 10100 11111001 111111 110001

Color Harmonies of #462ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462ECC

Black with #462ECC

Text Example


Text Example

White with #462ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,46,204); }

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

background-color css

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

 a { background-color: rgb(70,46,204); }

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

border-color css

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

 span { border-color: rgb(70,46,204); }

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