Html Css Color HEX #4918B6 Purple Heart

📋 copy color: '#4918B6'

red 73 ◦ green 24 ◦ blue 182

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

Shades of Purple Heart #4918B6

Tints of Purple Heart #4918B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.23%

R = 26.16%
G = 8.6%
B = 65.23%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4918B6 (or 0x4918B6) is known color: Purple Heart. HEX triplet: 49, 18 and B6. RGB value is (73,24,182). Sum of RGB (Red+Green+Blue) = 73+24+182=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #4918B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918B6 is #B6E749. Grayscale: #383838. Windows color (decimal): -11986762 or 11933769. OLE color: 11933769.

HSL color Cylindrical-coordinate representation of color #4918B6: hue angle of 258.61º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4918B6 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 24 182 -
CMYK 0.60 0.87 0 0.29
HSL 258.61º 0.77% 0.4% -
HSV(B) 258.61º 0.87% 0.71% -
XYZ 11.52 5.45 44.7 -
YUV 56.66 198.73 139.65 -
System Red Green Blue C M Y K H S L
Decimal 73 24 182 0.60 0.87 0 0.29 258.61 0.77 0.4
Hex 49 18 B6 3C 57 0 1D 103 4D 28
Octal 111 30 266 74 127 0 35 403 115 50
Binary 1001001 11000 10110110 111100 1010111 0 11101 100000011 1001101 101000

Color Harmonies of #4918B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4918B6

Black with #4918B6

Text Example


Text Example

White with #4918B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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