Html Css Color HEX #460FBB Purple Heart

📋 copy color: '#460FBB'

red 70 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #460FBB

Tints of Purple Heart #460FBB

RGB

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

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

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

R = 25.74%
G = 5.51%
B = 68.75%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#460FBB (or 0x460FBB) is known color: Purple Heart. HEX triplet: 46, 0F and BB. RGB value is (70,15,187). Sum of RGB (Red+Green+Blue) = 70+15+187=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #460FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FBB is #B9F044. Grayscale: #323232. Windows color (decimal): -12185669 or 12259142. OLE color: 12259142.

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

Color convert

RGB 70 15 187 -
CMYK 0.63 0.92 0 0.27
HSL 259.19º 0.85% 0.4% -
HSV(B) 259.19º 0.92% 0.73% -
XYZ 11.67 5.23 47.41 -
YUV 51.05 204.72 141.51 -
System Red Green Blue C M Y K H S L
Decimal 70 15 187 0.63 0.92 0 0.27 259.19 0.85 0.4
Hex 46 F BB 3F 5C 0 1B 103 55 28
Octal 106 17 273 77 134 0 33 403 125 50
Binary 1000110 1111 10111011 111111 1011100 0 11011 100000011 1010101 101000

Color Harmonies of #460FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FBB

Black with #460FBB

Text Example


Text Example

White with #460FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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