Html Css Color HEX #4935D7 Purple Heart

📋 copy color: '#4935D7'

red 73 ◦ green 53 ◦ blue 215

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

Shades of Purple Heart #4935D7

Tints of Purple Heart #4935D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 63.05%

R = 21.41%
G = 15.54%
B = 63.05%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4935D7 (or 0x4935D7) is known color: Purple Heart. HEX triplet: 49, 35 and D7. RGB value is (73,53,215). Sum of RGB (Red+Green+Blue) = 73+53+215=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 215 (84.38% from 255 or 63.05% from 341); Max value from RGB is 215 - color contains mainly: blue. Hex color #4935D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935D7 is #B6CA28. Grayscale: #4C4C4C. Windows color (decimal): -11979305 or 14103881. OLE color: 14103881.

HSL color Cylindrical-coordinate representation of color #4935D7: hue angle of 247.41º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4935D7 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 53 215 -
CMYK 0.66 0.75 0 0.16
HSL 247.41º 0.67% 0.53% -
HSV(B) 247.41º 0.75% 0.84% -
XYZ 16.29 8.87 65.14 -
YUV 77.45 205.63 124.83 -
System Red Green Blue C M Y K H S L
Decimal 73 53 215 0.66 0.75 0 0.16 247.41 0.67 0.53
Hex 49 35 D7 42 4B 0 10 F7 43 35
Octal 111 65 327 102 113 0 20 367 103 65
Binary 1001001 110101 11010111 1000010 1001011 0 10000 11110111 1000011 110101

Color Harmonies of #4935D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4935D7

Black with #4935D7

Text Example


Text Example

White with #4935D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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