Html Css Color HEX #460DB3 Purple Heart

📋 copy color: '#460DB3'

red 70 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #460DB3

Tints of Purple Heart #460DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 68.32%

R = 26.72%
G = 4.96%
B = 68.32%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#460DB3 (or 0x460DB3) is known color: Purple Heart. HEX triplet: 46, 0D and B3. RGB value is (70,13,179). Sum of RGB (Red+Green+Blue) = 70+13+179=262 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.72% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #460DB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DB3 is #B9F24C. Grayscale: #303030. Windows color (decimal): -12186189 or 11734342. OLE color: 11734342.

HSL color Cylindrical-coordinate representation of color #460DB3: hue angle of 260.6º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460DB3 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 70 13 179 -
CMYK 0.61 0.93 0 0.30
HSL 260.6º 0.86% 0.38% -
HSV(B) 260.6º 0.93% 0.7% -
XYZ 10.81 4.84 43.01 -
YUV 48.97 201.38 143 -
System Red Green Blue C M Y K H S L
Decimal 70 13 179 0.61 0.93 0 0.30 260.6 0.86 0.38
Hex 46 D B3 3D 5D 0 1E 105 56 26
Octal 106 15 263 75 135 0 36 405 126 46
Binary 1000110 1101 10110011 111101 1011101 0 11110 100000101 1010110 100110

Color Harmonies of #460DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460DB3

Black with #460DB3

Text Example


Text Example

White with #460DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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