Html Css Color HEX #4934CE Purple Heart

📋 copy color: '#4934CE'

red 73 ◦ green 52 ◦ blue 206

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

Shades of Purple Heart #4934CE

Tints of Purple Heart #4934CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

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

R = 22.05%
G = 15.71%
B = 62.24%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4934CE (or 0x4934CE) is known color: Purple Heart. HEX triplet: 49, 34 and CE. RGB value is (73,52,206). Sum of RGB (Red+Green+Blue) = 73+52+206=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #4934CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4934CE is #B6CB31. Grayscale: #4B4B4B. Windows color (decimal): -11979570 or 13513801. OLE color: 13513801.

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

Color convert

RGB 73 52 206 -
CMYK 0.65 0.75 0 0.19
HSL 248.18º 0.61% 0.51% -
HSV(B) 248.18º 0.75% 0.81% -
XYZ 15.12 8.33 59.2 -
YUV 75.84 201.46 125.98 -
System Red Green Blue C M Y K H S L
Decimal 73 52 206 0.65 0.75 0 0.19 248.18 0.61 0.51
Hex 49 34 CE 41 4B 0 13 F8 3D 33
Octal 111 64 316 101 113 0 23 370 75 63
Binary 1001001 110100 11001110 1000001 1001011 0 10011 11111000 111101 110011

Color Harmonies of #4934CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4934CE

Black with #4934CE

Text Example


Text Example

White with #4934CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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