Html Css Color HEX #460BAF Purple Heart

📋 copy color: '#460BAF'

red 70 ◦ green 11 ◦ blue 175

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

Shades of Purple Heart #460BAF

Tints of Purple Heart #460BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.36%

R = 27.34%
G = 4.3%
B = 68.36%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#460BAF (or 0x460BAF) is known color: Purple Heart. HEX triplet: 46, 0B and AF. RGB value is (70,11,175). Sum of RGB (Red+Green+Blue) = 70+11+175=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #460BAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460BAF is #B9F450. Grayscale: #2E2E2E. Windows color (decimal): -12186705 or 11471686. OLE color: 11471686.

HSL color Cylindrical-coordinate representation of color #460BAF: hue angle of 261.59º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460BAF is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 70 11 175 -
CMYK 0.60 0.94 0 0.31
HSL 261.59º 0.88% 0.36% -
HSV(B) 261.59º 0.94% 0.69% -
XYZ 10.38 4.64 40.91 -
YUV 47.34 200.05 144.16 -
System Red Green Blue C M Y K H S L
Decimal 70 11 175 0.60 0.94 0 0.31 261.59 0.88 0.36
Hex 46 B AF 3C 5E 0 1F 106 58 24
Octal 106 13 257 74 136 0 37 406 130 44
Binary 1000110 1011 10101111 111100 1011110 0 11111 100000110 1011000 100100

Color Harmonies of #460BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BAF

Black with #460BAF

Text Example


Text Example

White with #460BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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