Html Css Color HEX #460BBE Purple Heart

📋 copy color: '#460BBE'

red 70 ◦ green 11 ◦ blue 190

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

Shades of Purple Heart #460BBE

Tints of Purple Heart #460BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 70.11%

R = 25.83%
G = 4.06%
B = 70.11%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#460BBE (or 0x460BBE) is known color: Purple Heart. HEX triplet: 46, 0B and BE. RGB value is (70,11,190). Sum of RGB (Red+Green+Blue) = 70+11+190=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #460BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BBE is #B9F441. Grayscale: #303030. Windows color (decimal): -12186690 or 12454726. OLE color: 12454726.

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

Color convert

RGB 70 11 190 -
CMYK 0.63 0.94 0 0.25
HSL 259.78º 0.89% 0.39% -
HSV(B) 259.78º 0.94% 0.75% -
XYZ 11.94 5.26 49.1 -
YUV 49.05 207.55 142.95 -
System Red Green Blue C M Y K H S L
Decimal 70 11 190 0.63 0.94 0 0.25 259.78 0.89 0.39
Hex 46 B BE 3F 5E 0 19 104 59 27
Octal 106 13 276 77 136 0 31 404 131 47
Binary 1000110 1011 10111110 111111 1011110 0 11001 100000100 1011001 100111

Color Harmonies of #460BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BBE

Black with #460BBE

Text Example


Text Example

White with #460BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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