Html Css Color HEX #460FCC Purple Heart

📋 copy color: '#460FCC'

red 70 ◦ green 15 ◦ blue 204

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

Shades of Purple Heart #460FCC

Tints of Purple Heart #460FCC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.19%

 BLUE value IS 204 (80.08% from 255) = 70.59%

R = 24.22%
G = 5.19%
B = 70.59%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#460FCC (or 0x460FCC) is known color: Purple Heart. HEX triplet: 46, 0F and CC. RGB value is (70,15,204). Sum of RGB (Red+Green+Blue) = 70+15+204=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #460FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FCC is #B9F033. Grayscale: #343434. Windows color (decimal): -12185652 or 13373254. OLE color: 13373254.

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

Color convert

RGB 70 15 204 -
CMYK 0.66 0.93 0 0.2
HSL 257.46º 0.86% 0.43% -
HSV(B) 257.46º 0.93% 0.8% -
XYZ 13.6 6 57.57 -
YUV 52.99 213.22 140.13 -
System Red Green Blue C M Y K H S L
Decimal 70 15 204 0.66 0.93 0 0.2 257.46 0.86 0.43
Hex 46 F CC 42 5D 0 14 101 56 2B
Octal 106 17 314 102 135 0 24 401 126 53
Binary 1000110 1111 11001100 1000010 1011101 0 10100 100000001 1010110 101011

Color Harmonies of #460FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460FCC

Black with #460FCC

Text Example


Text Example

White with #460FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,15,204); }

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

background-color css

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

 a { background-color: rgb(70,15,204); }

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

border-color css

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

 span { border-color: rgb(70,15,204); }

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