Html Css Color HEX #4935D0 Purple Heart

📋 copy color: '#4935D0'

red 73 ◦ green 53 ◦ blue 208

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

Shades of Purple Heart #4935D0

Tints of Purple Heart #4935D0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.87%

 BLUE value IS 208 (81.64% from 255) = 62.28%

R = 21.86%
G = 15.87%
B = 62.28%

CMYK

 C value IS 0.65

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4935D0 (or 0x4935D0) is known color: Purple Heart. HEX triplet: 49, 35 and D0. RGB value is (73,53,208). Sum of RGB (Red+Green+Blue) = 73+53+208=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 208 (81.64% from 255 or 62.28% from 334); Max value from RGB is 208 - color contains mainly: blue. Hex color #4935D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935D0 is #B6CA2F. Grayscale: #4C4C4C. Windows color (decimal): -11979312 or 13645129. OLE color: 13645129.

HSL color Cylindrical-coordinate representation of color #4935D0: hue angle of 247.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4935D0 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 53 208 -
CMYK 0.65 0.75 0 0.18
HSL 247.74º 0.62% 0.51% -
HSV(B) 247.74º 0.75% 0.82% -
XYZ 15.41 8.52 60.51 -
YUV 76.65 202.13 125.4 -
System Red Green Blue C M Y K H S L
Decimal 73 53 208 0.65 0.75 0 0.18 247.74 0.62 0.51
Hex 49 35 D0 41 4B 0 12 F8 3E 33
Octal 111 65 320 101 113 0 22 370 76 63
Binary 1001001 110101 11010000 1000001 1001011 0 10010 11111000 111110 110011

Color Harmonies of #4935D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4935D0

Black with #4935D0

Text Example


Text Example

White with #4935D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4935D0; }

 p { color: rgb(73,53,208); }

 H1.HeaderClassName
 {
   color: #4935D0;
 }
 .AnyTagClassName
 {
   color: #4935D0;
 }
</style>

background-color css

<style>
 a { background-color: #4935D0; }

 a { background-color: rgb(73,53,208); }

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

border-color css

<style>
 span { border-color: #4935D0; }

 span { border-color: rgb(73,53,208); }

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