Html Css Color HEX #4936CC Purple Heart

📋 copy color: '#4936CC'

red 73 ◦ green 54 ◦ blue 204

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

Shades of Purple Heart #4936CC

Tints of Purple Heart #4936CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 22.05%
G = 16.31%
B = 61.63%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4936CC (or 0x4936CC) is known color: Purple Heart. HEX triplet: 49, 36 and CC. RGB value is (73,54,204). Sum of RGB (Red+Green+Blue) = 73+54+204=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #4936CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4936CC is #B6C933. Grayscale: #4C4C4C. Windows color (decimal): -11979060 or 13383241. OLE color: 13383241.

HSL color Cylindrical-coordinate representation of color #4936CC: hue angle of 247.6º 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 #4936CC is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 54 204 -
CMYK 0.64 0.74 0 0.2
HSL 247.6º 0.6% 0.51% -
HSV(B) 247.6º 0.74% 0.8% -
XYZ 14.97 8.41 57.96 -
YUV 76.78 199.79 125.3 -
System Red Green Blue C M Y K H S L
Decimal 73 54 204 0.64 0.74 0 0.2 247.6 0.6 0.51
Hex 49 36 CC 40 4A 0 14 F8 3C 33
Octal 111 66 314 100 112 0 24 370 74 63
Binary 1001001 110110 11001100 1000000 1001010 0 10100 11111000 111100 110011

Color Harmonies of #4936CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4936CC

Black with #4936CC

Text Example


Text Example

White with #4936CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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