Html Css Color HEX #460BCD Purple Heart

📋 copy color: '#460BCD'

red 70 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #460BCD

Tints of Purple Heart #460BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 71.68%

R = 24.48%
G = 3.85%
B = 71.68%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#460BCD (or 0x460BCD) is known color: Purple Heart. HEX triplet: 46, 0B and CD. RGB value is (70,11,205). Sum of RGB (Red+Green+Blue) = 70+11+205=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #460BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BCD is #B9F432. Grayscale: #323232. Windows color (decimal): -12186675 or 13437766. OLE color: 13437766.

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

Color convert

RGB 70 11 205 -
CMYK 0.66 0.95 0 0.20
HSL 258.25º 0.9% 0.42% -
HSV(B) 258.25º 0.95% 0.8% -
XYZ 13.66 5.95 58.19 -
YUV 50.76 215.05 141.73 -
System Red Green Blue C M Y K H S L
Decimal 70 11 205 0.66 0.95 0 0.20 258.25 0.9 0.42
Hex 46 B CD 42 5F 0 14 102 5A 2A
Octal 106 13 315 102 137 0 24 402 132 52
Binary 1000110 1011 11001101 1000010 1011111 0 10100 100000010 1011010 101010

Color Harmonies of #460BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460BCD

Black with #460BCD

Text Example


Text Example

White with #460BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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