Html Css Color HEX #460EBD Purple Heart

📋 copy color: '#460EBD'

red 70 ◦ green 14 ◦ blue 189

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

Shades of Purple Heart #460EBD

Tints of Purple Heart #460EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 69.23%

R = 25.64%
G = 5.13%
B = 69.23%

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

#460EBD (or 0x460EBD) is known color: Purple Heart. HEX triplet: 46, 0E and BD. RGB value is (70,14,189). Sum of RGB (Red+Green+Blue) = 70+14+189=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 189 (74.22% from 255 or 69.23% from 273); Max value from RGB is 189 - color contains mainly: blue. Hex color #460EBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EBD is #B9F142. Grayscale: #323232. Windows color (decimal): -12185923 or 12389958. OLE color: 12389958.

HSL color Cylindrical-coordinate representation of color #460EBD: hue angle of 259.2º 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 #460EBD is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 70 14 189 -
CMYK 0.63 0.93 0 0.26
HSL 259.2º 0.86% 0.4% -
HSV(B) 259.2º 0.93% 0.74% -
XYZ 11.87 5.29 48.54 -
YUV 50.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 70 14 189 0.63 0.93 0 0.26 259.2 0.86 0.4
Hex 46 E BD 3F 5D 0 1A 103 56 28
Octal 106 16 275 77 135 0 32 403 126 50
Binary 1000110 1110 10111101 111111 1011101 0 11010 100000011 1010110 101000

Color Harmonies of #460EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EBD

Black with #460EBD

Text Example


Text Example

White with #460EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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