Html Css Color HEX #462ECB Purple Heart

📋 copy color: '#462ECB'

red 70 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #462ECB

Tints of Purple Heart #462ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 21.94%
G = 14.42%
B = 63.64%

CMYK

 C value IS 0.66

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#462ECB (or 0x462ECB) is known color: Purple Heart. HEX triplet: 46, 2E and CB. RGB value is (70,46,203). Sum of RGB (Red+Green+Blue) = 70+46+203=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #462ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ECB is #B9D134. Grayscale: #464646. Windows color (decimal): -12177717 or 13315654. OLE color: 13315654.

HSL color Cylindrical-coordinate representation of color #462ECB: hue angle of 249.17º 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 #462ECB is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 46 203 -
CMYK 0.66 0.77 0 0.20
HSL 249.17º 0.63% 0.49% -
HSV(B) 249.17º 0.77% 0.8% -
XYZ 14.28 7.57 57.21 -
YUV 71.07 202.45 127.23 -
System Red Green Blue C M Y K H S L
Decimal 70 46 203 0.66 0.77 0 0.20 249.17 0.63 0.49
Hex 46 2E CB 42 4D 0 14 F9 3F 31
Octal 106 56 313 102 115 0 24 371 77 61
Binary 1000110 101110 11001011 1000010 1001101 0 10100 11111001 111111 110001

Color Harmonies of #462ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462ECB

Black with #462ECB

Text Example


Text Example

White with #462ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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