Html Css Color HEX #460BBC Purple Heart

📋 copy color: '#460BBC'

red 70 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #460BBC

Tints of Purple Heart #460BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 26.02%
G = 4.09%
B = 69.89%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#460BBC (or 0x460BBC) is known color: Purple Heart. HEX triplet: 46, 0B and BC. RGB value is (70,11,188). Sum of RGB (Red+Green+Blue) = 70+11+188=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #460BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BBC is #B9F443. Grayscale: #303030. Windows color (decimal): -12186692 or 12323654. OLE color: 12323654.

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

Color convert

RGB 70 11 188 -
CMYK 0.63 0.94 0 0.26
HSL 260º 0.89% 0.39% -
HSV(B) 260º 0.94% 0.74% -
XYZ 11.72 5.17 47.96 -
YUV 48.82 206.55 143.11 -
System Red Green Blue C M Y K H S L
Decimal 70 11 188 0.63 0.94 0 0.26 260 0.89 0.39
Hex 46 B BC 3F 5E 0 1A 104 59 27
Octal 106 13 274 77 136 0 32 404 131 47
Binary 1000110 1011 10111100 111111 1011110 0 11010 100000100 1011001 100111

Color Harmonies of #460BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BBC

Black with #460BBC

Text Example


Text Example

White with #460BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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