Html Css Color HEX #460DBF Purple Heart

📋 copy color: '#460DBF'

red 70 ◦ green 13 ◦ blue 191

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

Shades of Purple Heart #460DBF

Tints of Purple Heart #460DBF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

 BLUE value IS 191 (75% from 255) = 69.71%

R = 25.55%
G = 4.74%
B = 69.71%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#460DBF (or 0x460DBF) is known color: Purple Heart. HEX triplet: 46, 0D and BF. RGB value is (70,13,191). Sum of RGB (Red+Green+Blue) = 70+13+191=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 191 (75% from 255 or 69.71% from 274); Max value from RGB is 191 - color contains mainly: blue. Hex color #460DBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DBF is #B9F240. Grayscale: #313131. Windows color (decimal): -12186177 or 12520774. OLE color: 12520774.

HSL color Cylindrical-coordinate representation of color #460DBF: hue angle of 259.21º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460DBF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 70 13 191 -
CMYK 0.63 0.93 0 0.25
HSL 259.21º 0.87% 0.4% -
HSV(B) 259.21º 0.93% 0.75% -
XYZ 12.07 5.35 49.69 -
YUV 50.34 207.38 142.03 -
System Red Green Blue C M Y K H S L
Decimal 70 13 191 0.63 0.93 0 0.25 259.21 0.87 0.4
Hex 46 D BF 3F 5D 0 19 103 57 28
Octal 106 15 277 77 135 0 31 403 127 50
Binary 1000110 1101 10111111 111111 1011101 0 11001 100000011 1010111 101000

Color Harmonies of #460DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DBF

Black with #460DBF

Text Example


Text Example

White with #460DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,191); }

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

background-color css

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

 a { background-color: rgb(70,13,191); }

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

border-color css

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

 span { border-color: rgb(70,13,191); }

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