Html Css Color HEX #4918CC Purple Heart

📋 copy color: '#4918CC'

red 73 ◦ green 24 ◦ blue 204

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

Shades of Purple Heart #4918CC

Tints of Purple Heart #4918CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.97%

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

R = 24.25%
G = 7.97%
B = 67.77%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4918CC (or 0x4918CC) is known color: Purple Heart. HEX triplet: 49, 18 and CC. RGB value is (73,24,204). Sum of RGB (Red+Green+Blue) = 73+24+204=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 24 (9.77% from 255 or 7.97% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #4918CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918CC is #B6E733. Grayscale: #3A3A3A. Windows color (decimal): -11986740 or 13375561. OLE color: 13375561.

HSL color Cylindrical-coordinate representation of color #4918CC: hue angle of 256.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4918CC is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 24 204 -
CMYK 0.64 0.88 0 0.2
HSL 256.33º 0.79% 0.45% -
HSV(B) 256.33º 0.88% 0.8% -
XYZ 13.97 6.43 57.63 -
YUV 59.17 209.73 137.86 -
System Red Green Blue C M Y K H S L
Decimal 73 24 204 0.64 0.88 0 0.2 256.33 0.79 0.45
Hex 49 18 CC 40 58 0 14 100 4F 2D
Octal 111 30 314 100 130 0 24 400 117 55
Binary 1001001 11000 11001100 1000000 1011000 0 10100 100000000 1001111 101101

Color Harmonies of #4918CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4918CC

Black with #4918CC

Text Example


Text Example

White with #4918CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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