Html Css Color HEX #460BBF Purple Heart

📋 copy color: '#460BBF'

red 70 ◦ green 11 ◦ blue 191

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

Shades of Purple Heart #460BBF

Tints of Purple Heart #460BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 70.22%

R = 25.74%
G = 4.04%
B = 70.22%

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

#460BBF (or 0x460BBF) is known color: Purple Heart. HEX triplet: 46, 0B and BF. RGB value is (70,11,191). Sum of RGB (Red+Green+Blue) = 70+11+191=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 191 (75% from 255 or 70.22% from 272); Max value from RGB is 191 - color contains mainly: blue. Hex color #460BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BBF is #B9F440. Grayscale: #303030. Windows color (decimal): -12186689 or 12520262. OLE color: 12520262.

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

Color convert

RGB 70 11 191 -
CMYK 0.63 0.94 0 0.25
HSL 259.67º 0.89% 0.4% -
HSV(B) 259.67º 0.94% 0.75% -
XYZ 12.05 5.3 49.68 -
YUV 49.16 208.05 142.86 -
System Red Green Blue C M Y K H S L
Decimal 70 11 191 0.63 0.94 0 0.25 259.67 0.89 0.4
Hex 46 B BF 3F 5E 0 19 104 59 28
Octal 106 13 277 77 136 0 31 404 131 50
Binary 1000110 1011 10111111 111111 1011110 0 11001 100000100 1011001 101000

Color Harmonies of #460BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BBF

Black with #460BBF

Text Example


Text Example

White with #460BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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