Html Css Color HEX #460FBC Purple Heart

📋 copy color: '#460FBC'

red 70 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #460FBC

Tints of Purple Heart #460FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

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

R = 25.64%
G = 5.49%
B = 68.86%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#460FBC (or 0x460FBC) is known color: Purple Heart. HEX triplet: 46, 0F and BC. RGB value is (70,15,188). Sum of RGB (Red+Green+Blue) = 70+15+188=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #460FBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FBC is #B9F043. Grayscale: #323232. Windows color (decimal): -12185668 or 12324678. OLE color: 12324678.

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

Color convert

RGB 70 15 188 -
CMYK 0.63 0.92 0 0.26
HSL 259.08º 0.85% 0.4% -
HSV(B) 259.08º 0.92% 0.74% -
XYZ 11.77 5.27 47.97 -
YUV 51.17 205.22 141.43 -
System Red Green Blue C M Y K H S L
Decimal 70 15 188 0.63 0.92 0 0.26 259.08 0.85 0.4
Hex 46 F BC 3F 5C 0 1A 103 55 28
Octal 106 17 274 77 134 0 32 403 125 50
Binary 1000110 1111 10111100 111111 1011100 0 11010 100000011 1010101 101000

Color Harmonies of #460FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FBC

Black with #460FBC

Text Example


Text Example

White with #460FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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