Html Css Color HEX #4810C1 Purple Heart

📋 copy color: '#4810C1'

red 72 ◦ green 16 ◦ blue 193

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

Shades of Purple Heart #4810C1

Tints of Purple Heart #4810C1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.69%

 BLUE value IS 193 (75.78% from 255) = 68.68%

R = 25.62%
G = 5.69%
B = 68.68%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4810C1 (or 0x4810C1) is known color: Purple Heart. HEX triplet: 48, 10 and C1. RGB value is (72,16,193). Sum of RGB (Red+Green+Blue) = 72+16+193=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 16 (6.64% from 255 or 5.69% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #4810C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4810C1 is #B7EF3E. Grayscale: #343434. Windows color (decimal): -12054335 or 12652616. OLE color: 12652616.

HSL color Cylindrical-coordinate representation of color #4810C1: hue angle of 258.98º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4810C1 is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 16 193 -
CMYK 0.63 0.92 0 0.24
HSL 258.98º 0.85% 0.41% -
HSV(B) 258.98º 0.92% 0.76% -
XYZ 12.48 5.6 50.87 -
YUV 52.92 207.05 141.61 -
System Red Green Blue C M Y K H S L
Decimal 72 16 193 0.63 0.92 0 0.24 258.98 0.85 0.41
Hex 48 10 C1 3F 5C 0 18 103 55 29
Octal 110 20 301 77 134 0 30 403 125 51
Binary 1001000 10000 11000001 111111 1011100 0 11000 100000011 1010101 101001

Color Harmonies of #4810C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4810C1

Black with #4810C1

Text Example


Text Example

White with #4810C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4810C1; }

 p { color: rgb(72,16,193); }

 H1.HeaderClassName
 {
   color: #4810C1;
 }
 .AnyTagClassName
 {
   color: #4810C1;
 }
</style>

background-color css

<style>
 a { background-color: #4810C1; }

 a { background-color: rgb(72,16,193); }

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

border-color css

<style>
 span { border-color: #4810C1; }

 span { border-color: rgb(72,16,193); }

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