Html Css Color HEX #4938CB Purple Heart

📋 copy color: '#4938CB'

red 73 ◦ green 56 ◦ blue 203

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

Shades of Purple Heart #4938CB

Tints of Purple Heart #4938CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.87%

 BLUE value IS 203 (79.69% from 255) = 61.14%

R = 21.99%
G = 16.87%
B = 61.14%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4938CB (or 0x4938CB) is known color: Purple Heart. HEX triplet: 49, 38 and CB. RGB value is (73,56,203). Sum of RGB (Red+Green+Blue) = 73+56+203=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 56 (22.27% from 255 or 16.87% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #4938CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4938CB is #B6C734. Grayscale: #4D4D4D. Windows color (decimal): -11978549 or 13318217. OLE color: 13318217.

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

Color convert

RGB 73 56 203 -
CMYK 0.64 0.72 0 0.20
HSL 246.94º 0.59% 0.51% -
HSV(B) 246.94º 0.72% 0.8% -
XYZ 14.94 8.56 57.36 -
YUV 77.84 198.63 124.55 -
System Red Green Blue C M Y K H S L
Decimal 73 56 203 0.64 0.72 0 0.20 246.94 0.59 0.51
Hex 49 38 CB 40 48 0 14 F7 3B 33
Octal 111 70 313 100 110 0 24 367 73 63
Binary 1001001 111000 11001011 1000000 1001000 0 10100 11110111 111011 110011

Color Harmonies of #4938CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4938CB

Black with #4938CB

Text Example


Text Example

White with #4938CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4938CB; }

 p { color: rgb(73,56,203); }

 H1.HeaderClassName
 {
   color: #4938CB;
 }
 .AnyTagClassName
 {
   color: #4938CB;
 }
</style>

background-color css

<style>
 a { background-color: #4938CB; }

 a { background-color: rgb(73,56,203); }

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

border-color css

<style>
 span { border-color: #4938CB; }

 span { border-color: rgb(73,56,203); }

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