Html Css Color HEX #4935BD Purple Heart

📋 copy color: '#4935BD'

red 73 ◦ green 53 ◦ blue 189

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

Shades of Purple Heart #4935BD

Tints of Purple Heart #4935BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60%

R = 23.17%
G = 16.83%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4935BD (or 0x4935BD) is known color: Purple Heart. HEX triplet: 49, 35 and BD. RGB value is (73,53,189). Sum of RGB (Red+Green+Blue) = 73+53+189=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 189 (74.22% from 255 or 60% from 315); Max value from RGB is 189 - color contains mainly: blue. Hex color #4935BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4935BD is #B6CA42. Grayscale: #494949. Windows color (decimal): -11979331 or 12399945. OLE color: 12399945.

HSL color Cylindrical-coordinate representation of color #4935BD: hue angle of 248.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4935BD is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 53 189 -
CMYK 0.61 0.72 0 0.26
HSL 248.82º 0.56% 0.47% -
HSV(B) 248.82º 0.72% 0.74% -
XYZ 13.21 7.64 48.92 -
YUV 74.48 192.63 126.94 -
System Red Green Blue C M Y K H S L
Decimal 73 53 189 0.61 0.72 0 0.26 248.82 0.56 0.47
Hex 49 35 BD 3D 48 0 1A F9 38 2F
Octal 111 65 275 75 110 0 32 371 70 57
Binary 1001001 110101 10111101 111101 1001000 0 11010 11111001 111000 101111

Color Harmonies of #4935BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4935BD

Black with #4935BD

Text Example


Text Example

White with #4935BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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