Html Css Color HEX #460EBA Purple Heart

📋 copy color: '#460EBA'

red 70 ◦ green 14 ◦ blue 186

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

Shades of Purple Heart #460EBA

Tints of Purple Heart #460EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.89%

R = 25.93%
G = 5.19%
B = 68.89%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#460EBA (or 0x460EBA) is known color: Purple Heart. HEX triplet: 46, 0E and BA. RGB value is (70,14,186). Sum of RGB (Red+Green+Blue) = 70+14+186=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #460EBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EBA is #B9F145. Grayscale: #313131. Windows color (decimal): -12185926 or 12193350. OLE color: 12193350.

HSL color Cylindrical-coordinate representation of color #460EBA: hue angle of 259.53º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460EBA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 70 14 186 -
CMYK 0.62 0.92 0 0.27
HSL 259.53º 0.86% 0.39% -
HSV(B) 259.53º 0.92% 0.73% -
XYZ 11.55 5.16 46.84 -
YUV 50.35 204.55 142.01 -
System Red Green Blue C M Y K H S L
Decimal 70 14 186 0.62 0.92 0 0.27 259.53 0.86 0.39
Hex 46 E BA 3E 5C 0 1B 104 56 27
Octal 106 16 272 76 134 0 33 404 126 47
Binary 1000110 1110 10111010 111110 1011100 0 11011 100000100 1010110 100111

Color Harmonies of #460EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EBA

Black with #460EBA

Text Example


Text Example

White with #460EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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