Html Css Color HEX #460EC8 Purple Heart

📋 copy color: '#460EC8'

red 70 ◦ green 14 ◦ blue 200

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

Shades of Purple Heart #460EC8

Tints of Purple Heart #460EC8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.93%

 BLUE value IS 200 (78.52% from 255) = 70.42%

R = 24.65%
G = 4.93%
B = 70.42%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#460EC8 (or 0x460EC8) is known color: Purple Heart. HEX triplet: 46, 0E and C8. RGB value is (70,14,200). Sum of RGB (Red+Green+Blue) = 70+14+200=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 200 (78.52% from 255 or 70.42% from 284); Max value from RGB is 200 - color contains mainly: blue. Hex color #460EC8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EC8 is #B9F137. Grayscale: #333333. Windows color (decimal): -12185912 or 13110854. OLE color: 13110854.

HSL color Cylindrical-coordinate representation of color #460EC8: hue angle of 258.06º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460EC8 is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 14 200 -
CMYK 0.65 0.93 0 0.22
HSL 258.06º 0.87% 0.42% -
HSV(B) 258.06º 0.93% 0.78% -
XYZ 13.11 5.79 55.07 -
YUV 51.95 211.55 140.88 -
System Red Green Blue C M Y K H S L
Decimal 70 14 200 0.65 0.93 0 0.22 258.06 0.87 0.42
Hex 46 E C8 41 5D 0 16 102 57 2A
Octal 106 16 310 101 135 0 26 402 127 52
Binary 1000110 1110 11001000 1000001 1011101 0 10110 100000010 1010111 101010

Color Harmonies of #460EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EC8

Black with #460EC8

Text Example


Text Example

White with #460EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460EC8; }

 p { color: rgb(70,14,200); }

 H1.HeaderClassName
 {
   color: #460EC8;
 }
 .AnyTagClassName
 {
   color: #460EC8;
 }
</style>

background-color css

<style>
 a { background-color: #460EC8; }

 a { background-color: rgb(70,14,200); }

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

border-color css

<style>
 span { border-color: #460EC8; }

 span { border-color: rgb(70,14,200); }

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