Html Css Color HEX #460BBB Purple Heart

📋 copy color: '#460BBB'

red 70 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #460BBB

Tints of Purple Heart #460BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.78%

R = 26.12%
G = 4.1%
B = 69.78%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#460BBB (or 0x460BBB) is known color: Purple Heart. HEX triplet: 46, 0B and BB. RGB value is (70,11,187). Sum of RGB (Red+Green+Blue) = 70+11+187=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #460BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BBB is #B9F444. Grayscale: #303030. Windows color (decimal): -12186693 or 12258118. OLE color: 12258118.

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

Color convert

RGB 70 11 187 -
CMYK 0.63 0.94 0 0.27
HSL 260.11º 0.89% 0.39% -
HSV(B) 260.11º 0.94% 0.73% -
XYZ 11.62 5.13 47.39 -
YUV 48.71 206.05 143.19 -
System Red Green Blue C M Y K H S L
Decimal 70 11 187 0.63 0.94 0 0.27 260.11 0.89 0.39
Hex 46 B BB 3F 5E 0 1B 104 59 27
Octal 106 13 273 77 136 0 33 404 131 47
Binary 1000110 1011 10111011 111111 1011110 0 11011 100000100 1011001 100111

Color Harmonies of #460BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BBB

Black with #460BBB

Text Example


Text Example

White with #460BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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