Html Css Color HEX #4606C6 Purple Heart

📋 copy color: '#4606C6'

red 70 ◦ green 6 ◦ blue 198

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

Shades of Purple Heart #4606C6

Tints of Purple Heart #4606C6

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

 BLUE value IS 198 (77.73% from 255) = 72.26%

R = 25.55%
G = 2.19%
B = 72.26%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4606C6 (or 0x4606C6) is known color: Purple Heart. HEX triplet: 46, 06 and C6. RGB value is (70,6,198). Sum of RGB (Red+Green+Blue) = 70+6+198=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #4606C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606C6 is #B9F939. Grayscale: #2E2E2E. Windows color (decimal): -12187962 or 12977734. OLE color: 12977734.

HSL color Cylindrical-coordinate representation of color #4606C6: hue angle of 260º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606C6 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 70 6 198 -
CMYK 0.65 0.97 0 0.22
HSL 260º 0.94% 0.4% -
HSV(B) 260º 0.97% 0.78% -
XYZ 12.78 5.51 53.82 -
YUV 47.02 213.2 144.39 -
System Red Green Blue C M Y K H S L
Decimal 70 6 198 0.65 0.97 0 0.22 260 0.94 0.4
Hex 46 6 C6 41 61 0 16 104 5E 28
Octal 106 6 306 101 141 0 26 404 136 50
Binary 1000110 110 11000110 1000001 1100001 0 10110 100000100 1011110 101000

Color Harmonies of #4606C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4606C6

Black with #4606C6

Text Example


Text Example

White with #4606C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4606C6; }

 p { color: rgb(70,6,198); }

 H1.HeaderClassName
 {
   color: #4606C6;
 }
 .AnyTagClassName
 {
   color: #4606C6;
 }
</style>

background-color css

<style>
 a { background-color: #4606C6; }

 a { background-color: rgb(70,6,198); }

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

border-color css

<style>
 span { border-color: #4606C6; }

 span { border-color: rgb(70,6,198); }

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