Html Css Color HEX #460FAF Purple Heart

📋 copy color: '#460FAF'

red 70 ◦ green 15 ◦ blue 175

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

Shades of Purple Heart #460FAF

Tints of Purple Heart #460FAF

RGB

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

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

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

R = 26.92%
G = 5.77%
B = 67.31%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#460FAF (or 0x460FAF) is known color: Purple Heart. HEX triplet: 46, 0F and AF. RGB value is (70,15,175). Sum of RGB (Red+Green+Blue) = 70+15+175=260 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.92% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #460FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460FAF is #B9F050. Grayscale: #313131. Windows color (decimal): -12185681 or 11472710. OLE color: 11472710.

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

Color convert

RGB 70 15 175 -
CMYK 0.60 0.91 0 0.31
HSL 260.63º 0.84% 0.37% -
HSV(B) 260.63º 0.91% 0.69% -
XYZ 10.43 4.74 40.92 -
YUV 49.69 198.72 142.49 -
System Red Green Blue C M Y K H S L
Decimal 70 15 175 0.60 0.91 0 0.31 260.63 0.84 0.37
Hex 46 F AF 3C 5B 0 1F 105 54 25
Octal 106 17 257 74 133 0 37 405 124 45
Binary 1000110 1111 10101111 111100 1011011 0 11111 100000101 1010100 100101

Color Harmonies of #460FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FAF

Black with #460FAF

Text Example


Text Example

White with #460FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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