Html Css Color HEX #4930CE Purple Heart

📋 copy color: '#4930CE'

red 73 ◦ green 48 ◦ blue 206

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

Shades of Purple Heart #4930CE

Tints of Purple Heart #4930CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 206 (80.86% from 255) = 63%

R = 22.32%
G = 14.68%
B = 63%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4930CE (or 0x4930CE) is known color: Purple Heart. HEX triplet: 49, 30 and CE. RGB value is (73,48,206). Sum of RGB (Red+Green+Blue) = 73+48+206=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #4930CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4930CE is #B6CF31. Grayscale: #484848. Windows color (decimal): -11980594 or 13512777. OLE color: 13512777.

HSL color Cylindrical-coordinate representation of color #4930CE: hue angle of 249.49º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4930CE is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 48 206 -
CMYK 0.65 0.77 0 0.19
HSL 249.49º 0.62% 0.5% -
HSV(B) 249.49º 0.77% 0.81% -
XYZ 14.95 7.99 59.15 -
YUV 73.49 202.78 127.65 -
System Red Green Blue C M Y K H S L
Decimal 73 48 206 0.65 0.77 0 0.19 249.49 0.62 0.5
Hex 49 30 CE 41 4D 0 13 F9 3E 32
Octal 111 60 316 101 115 0 23 371 76 62
Binary 1001001 110000 11001110 1000001 1001101 0 10011 11111001 111110 110010

Color Harmonies of #4930CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4930CE

Black with #4930CE

Text Example


Text Example

White with #4930CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4930CE; }

 p { color: rgb(73,48,206); }

 H1.HeaderClassName
 {
   color: #4930CE;
 }
 .AnyTagClassName
 {
   color: #4930CE;
 }
</style>

background-color css

<style>
 a { background-color: #4930CE; }

 a { background-color: rgb(73,48,206); }

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

border-color css

<style>
 span { border-color: #4930CE; }

 span { border-color: rgb(73,48,206); }

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