Html Css Color HEX #4929C6 Purple Heart

📋 copy color: '#4929C6'

red 73 ◦ green 41 ◦ blue 198

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

Shades of Purple Heart #4929C6

Tints of Purple Heart #4929C6

RGB

 RED value IS 73 (28.91% from 255) = 23.4%

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 23.4%
G = 13.14%
B = 63.46%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4929C6 (or 0x4929C6) is known color: Purple Heart. HEX triplet: 49, 29 and C6. RGB value is (73,41,198). Sum of RGB (Red+Green+Blue) = 73+41+198=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 198 (77.73% from 255 or 63.46% from 312); Max value from RGB is 198 - color contains mainly: blue. Hex color #4929C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4929C6 is #B6D639. Grayscale: #434343. Windows color (decimal): -11982394 or 12986697. OLE color: 12986697.

HSL color Cylindrical-coordinate representation of color #4929C6: hue angle of 252.23º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4929C6 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 41 198 -
CMYK 0.63 0.79 0 0.22
HSL 252.23º 0.66% 0.47% -
HSV(B) 252.23º 0.79% 0.78% -
XYZ 13.73 7.08 54.07 -
YUV 68.47 201.1 131.23 -
System Red Green Blue C M Y K H S L
Decimal 73 41 198 0.63 0.79 0 0.22 252.23 0.66 0.47
Hex 49 29 C6 3F 4F 0 16 FC 42 2F
Octal 111 51 306 77 117 0 26 374 102 57
Binary 1001001 101001 11000110 111111 1001111 0 10110 11111100 1000010 101111

Color Harmonies of #4929C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4929C6

Black with #4929C6

Text Example


Text Example

White with #4929C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,41,198); }

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

background-color css

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

 a { background-color: rgb(73,41,198); }

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

border-color css

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

 span { border-color: rgb(73,41,198); }

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