Html Css Color HEX #4816CD Purple Heart

📋 copy color: '#4816CD'

red 72 ◦ green 22 ◦ blue 205

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

Shades of Purple Heart #4816CD

Tints of Purple Heart #4816CD

RGB

 RED value IS 72 (28.52% from 255) = 24.08%

 GREEN value IS 22 (8.98% from 255) = 7.36%

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

R = 24.08%
G = 7.36%
B = 68.56%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4816CD (or 0x4816CD) is known color: Purple Heart. HEX triplet: 48, 16 and CD. RGB value is (72,22,205). Sum of RGB (Red+Green+Blue) = 72+22+205=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #4816CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816CD is #B7E932. Grayscale: #393939. Windows color (decimal): -12052787 or 13440584. OLE color: 13440584.

HSL color Cylindrical-coordinate representation of color #4816CD: hue angle of 256.39º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4816CD is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 22 205 -
CMYK 0.65 0.89 0 0.20
HSL 256.39º 0.81% 0.45% -
HSV(B) 256.39º 0.89% 0.8% -
XYZ 13.98 6.36 58.25 -
YUV 57.81 211.07 138.12 -
System Red Green Blue C M Y K H S L
Decimal 72 22 205 0.65 0.89 0 0.20 256.39 0.81 0.45
Hex 48 16 CD 41 59 0 14 100 51 2D
Octal 110 26 315 101 131 0 24 400 121 55
Binary 1001000 10110 11001101 1000001 1011001 0 10100 100000000 1010001 101101

Color Harmonies of #4816CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816CD

Black with #4816CD

Text Example


Text Example

White with #4816CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,22,205); }

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

background-color css

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

 a { background-color: rgb(72,22,205); }

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

border-color css

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

 span { border-color: rgb(72,22,205); }

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