Html Css Color HEX #460EBC Purple Heart

📋 copy color: '#460EBC'

red 70 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #460EBC

Tints of Purple Heart #460EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.12%

R = 25.74%
G = 5.15%
B = 69.12%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#460EBC (or 0x460EBC) is known color: Purple Heart. HEX triplet: 46, 0E and BC. RGB value is (70,14,188). Sum of RGB (Red+Green+Blue) = 70+14+188=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #460EBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EBC is #B9F143. Grayscale: #313131. Windows color (decimal): -12185924 or 12324422. OLE color: 12324422.

HSL color Cylindrical-coordinate representation of color #460EBC: hue angle of 259.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460EBC is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 14 188 -
CMYK 0.63 0.93 0 0.26
HSL 259.31º 0.86% 0.4% -
HSV(B) 259.31º 0.93% 0.74% -
XYZ 11.76 5.25 47.97 -
YUV 50.58 205.55 141.85 -
System Red Green Blue C M Y K H S L
Decimal 70 14 188 0.63 0.93 0 0.26 259.31 0.86 0.4
Hex 46 E BC 3F 5D 0 1A 103 56 28
Octal 106 16 274 77 135 0 32 403 126 50
Binary 1000110 1110 10111100 111111 1011101 0 11010 100000011 1010110 101000

Color Harmonies of #460EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EBC

Black with #460EBC

Text Example


Text Example

White with #460EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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