Html Css Color HEX #460DCB Purple Heart

📋 copy color: '#460DCB'

red 70 ◦ green 13 ◦ blue 203

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

Shades of Purple Heart #460DCB

Tints of Purple Heart #460DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 70.98%

R = 24.48%
G = 4.55%
B = 70.98%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#460DCB (or 0x460DCB) is known color: Purple Heart. HEX triplet: 46, 0D and CB. RGB value is (70,13,203). Sum of RGB (Red+Green+Blue) = 70+13+203=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #460DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DCB is #B9F234. Grayscale: #333333. Windows color (decimal): -12186165 or 13307206. OLE color: 13307206.

HSL color Cylindrical-coordinate representation of color #460DCB: hue angle of 258º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460DCB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 13 203 -
CMYK 0.66 0.94 0 0.20
HSL 258º 0.88% 0.42% -
HSV(B) 258º 0.94% 0.8% -
XYZ 13.45 5.9 56.93 -
YUV 51.7 213.38 141.05 -
System Red Green Blue C M Y K H S L
Decimal 70 13 203 0.66 0.94 0 0.20 258 0.88 0.42
Hex 46 D CB 42 5E 0 14 102 58 2A
Octal 106 15 313 102 136 0 24 402 130 52
Binary 1000110 1101 11001011 1000010 1011110 0 10100 100000010 1011000 101010

Color Harmonies of #460DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DCB

Black with #460DCB

Text Example


Text Example

White with #460DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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