Html Css Color HEX #4936CD Purple Heart

📋 copy color: '#4936CD'

red 73 ◦ green 54 ◦ blue 205

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

Shades of Purple Heart #4936CD

Tints of Purple Heart #4936CD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.27%

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 21.99%
G = 16.27%
B = 61.75%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4936CD (or 0x4936CD) is known color: Purple Heart. HEX triplet: 49, 36 and CD. RGB value is (73,54,205). Sum of RGB (Red+Green+Blue) = 73+54+205=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #4936CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936CD is #B6C932. Grayscale: #4C4C4C. Windows color (decimal): -11979059 or 13448777. OLE color: 13448777.

HSL color Cylindrical-coordinate representation of color #4936CD: hue angle of 247.55º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4936CD is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 54 205 -
CMYK 0.64 0.74 0 0.20
HSL 247.55º 0.6% 0.51% -
HSV(B) 247.55º 0.74% 0.8% -
XYZ 15.09 8.46 58.6 -
YUV 76.9 200.29 125.22 -
System Red Green Blue C M Y K H S L
Decimal 73 54 205 0.64 0.74 0 0.20 247.55 0.6 0.51
Hex 49 36 CD 40 4A 0 14 F8 3C 33
Octal 111 66 315 100 112 0 24 370 74 63
Binary 1001001 110110 11001101 1000000 1001010 0 10100 11111000 111100 110011

Color Harmonies of #4936CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936CD

Black with #4936CD

Text Example


Text Example

White with #4936CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4936CD; }

 p { color: rgb(73,54,205); }

 H1.HeaderClassName
 {
   color: #4936CD;
 }
 .AnyTagClassName
 {
   color: #4936CD;
 }
</style>

background-color css

<style>
 a { background-color: #4936CD; }

 a { background-color: rgb(73,54,205); }

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

border-color css

<style>
 span { border-color: #4936CD; }

 span { border-color: rgb(73,54,205); }

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