Html Css Color HEX #4606C2 Purple Heart

📋 copy color: '#4606C2'

red 70 ◦ green 6 ◦ blue 194

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

Shades of Purple Heart #4606C2

Tints of Purple Heart #4606C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 71.85%

R = 25.93%
G = 2.22%
B = 71.85%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4606C2 (or 0x4606C2) is known color: Purple Heart. HEX triplet: 46, 06 and C2. RGB value is (70,6,194). Sum of RGB (Red+Green+Blue) = 70+6+194=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 194 (76.17% from 255 or 71.85% from 270); Max value from RGB is 194 - color contains mainly: blue. Hex color #4606C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4606C2 is #B9F93D. Grayscale: #2D2D2D. Windows color (decimal): -12187966 or 12715590. OLE color: 12715590.

HSL color Cylindrical-coordinate representation of color #4606C2: hue angle of 260.43º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4606C2 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 70 6 194 -
CMYK 0.64 0.97 0 0.24
HSL 260.43º 0.94% 0.39% -
HSV(B) 260.43º 0.97% 0.76% -
XYZ 12.33 5.33 51.42 -
YUV 46.57 211.2 144.71 -
System Red Green Blue C M Y K H S L
Decimal 70 6 194 0.64 0.97 0 0.24 260.43 0.94 0.39
Hex 46 6 C2 40 61 0 18 104 5E 27
Octal 106 6 302 100 141 0 30 404 136 47
Binary 1000110 110 11000010 1000000 1100001 0 11000 100000100 1011110 100111

Color Harmonies of #4606C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4606C2

Black with #4606C2

Text Example


Text Example

White with #4606C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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