Html Css Color HEX #460EB5 Purple Heart

📋 copy color: '#460EB5'

red 70 ◦ green 14 ◦ blue 181

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

Shades of Purple Heart #460EB5

Tints of Purple Heart #460EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 68.3%

R = 26.42%
G = 5.28%
B = 68.3%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#460EB5 (or 0x460EB5) is known color: Purple Heart. HEX triplet: 46, 0E and B5. RGB value is (70,14,181). Sum of RGB (Red+Green+Blue) = 70+14+181=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 181 (71.09% from 255 or 68.30% from 265); Max value from RGB is 181 - color contains mainly: blue. Hex color #460EB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EB5 is #B9F14A. Grayscale: #313131. Windows color (decimal): -12185931 or 11865670. OLE color: 11865670.

HSL color Cylindrical-coordinate representation of color #460EB5: hue angle of 260.12º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460EB5 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 70 14 181 -
CMYK 0.61 0.92 0 0.29
HSL 260.12º 0.86% 0.38% -
HSV(B) 260.12º 0.92% 0.71% -
XYZ 11.02 4.95 44.09 -
YUV 49.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 70 14 181 0.61 0.92 0 0.29 260.12 0.86 0.38
Hex 46 E B5 3D 5C 0 1D 104 56 26
Octal 106 16 265 75 134 0 35 404 126 46
Binary 1000110 1110 10110101 111101 1011100 0 11101 100000100 1010110 100110

Color Harmonies of #460EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460EB5

Black with #460EB5

Text Example


Text Example

White with #460EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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