Html Css Color HEX #460BC0 Purple Heart

📋 copy color: '#460BC0'

red 70 ◦ green 11 ◦ blue 192

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

Shades of Purple Heart #460BC0

Tints of Purple Heart #460BC0

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.03%

 BLUE value IS 192 (75.39% from 255) = 70.33%

R = 25.64%
G = 4.03%
B = 70.33%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#460BC0 (or 0x460BC0) is known color: Purple Heart. HEX triplet: 46, 0B and C0. RGB value is (70,11,192). Sum of RGB (Red+Green+Blue) = 70+11+192=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 192 (75.39% from 255 or 70.33% from 273); Max value from RGB is 192 - color contains mainly: blue. Hex color #460BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BC0 is #B9F43F. Grayscale: #303030. Windows color (decimal): -12186688 or 12585798. OLE color: 12585798.

HSL color Cylindrical-coordinate representation of color #460BC0: hue angle of 259.56º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BC0 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 11 192 -
CMYK 0.64 0.94 0 0.25
HSL 259.56º 0.89% 0.4% -
HSV(B) 259.56º 0.94% 0.75% -
XYZ 12.16 5.35 50.26 -
YUV 49.28 208.55 142.78 -
System Red Green Blue C M Y K H S L
Decimal 70 11 192 0.64 0.94 0 0.25 259.56 0.89 0.4
Hex 46 B C0 40 5E 0 19 104 59 28
Octal 106 13 300 100 136 0 31 404 131 50
Binary 1000110 1011 11000000 1000000 1011110 0 11001 100000100 1011001 101000

Color Harmonies of #460BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BC0

Black with #460BC0

Text Example


Text Example

White with #460BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,11,192); }

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

background-color css

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

 a { background-color: rgb(70,11,192); }

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

border-color css

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

 span { border-color: rgb(70,11,192); }

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