Html Css Color HEX #460CCD Purple Heart

📋 copy color: '#460CCD'

red 70 ◦ green 12 ◦ blue 205

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

Shades of Purple Heart #460CCD

Tints of Purple Heart #460CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.18%

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

R = 24.39%
G = 4.18%
B = 71.43%

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

#460CCD (or 0x460CCD) is known color: Purple Heart. HEX triplet: 46, 0C and CD. RGB value is (70,12,205). Sum of RGB (Red+Green+Blue) = 70+12+205=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #460CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CCD is #B9F332. Grayscale: #323232. Windows color (decimal): -12186419 or 13438022. OLE color: 13438022.

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

Color convert

RGB 70 12 205 -
CMYK 0.66 0.94 0 0.20
HSL 258.03º 0.89% 0.43% -
HSV(B) 258.03º 0.94% 0.8% -
XYZ 13.68 5.97 58.19 -
YUV 51.34 214.72 141.31 -
System Red Green Blue C M Y K H S L
Decimal 70 12 205 0.66 0.94 0 0.20 258.03 0.89 0.43
Hex 46 C CD 42 5E 0 14 102 59 2B
Octal 106 14 315 102 136 0 24 402 131 53
Binary 1000110 1100 11001101 1000010 1011110 0 10100 100000010 1011001 101011

Color Harmonies of #460CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460CCD

Black with #460CCD

Text Example


Text Example

White with #460CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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