Html Css Color HEX #4812C1 Purple Heart

📋 copy color: '#4812C1'

red 72 ◦ green 18 ◦ blue 193

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

Shades of Purple Heart #4812C1

Tints of Purple Heart #4812C1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.36%

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

R = 25.44%
G = 6.36%
B = 68.2%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4812C1 (or 0x4812C1) is known color: Purple Heart. HEX triplet: 48, 12 and C1. RGB value is (72,18,193). Sum of RGB (Red+Green+Blue) = 72+18+193=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #4812C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812C1 is #B7ED3E. Grayscale: #353535. Windows color (decimal): -12053823 or 12653128. OLE color: 12653128.

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

Color convert

RGB 72 18 193 -
CMYK 0.63 0.91 0 0.24
HSL 258.51º 0.83% 0.41% -
HSV(B) 258.51º 0.91% 0.76% -
XYZ 12.51 5.66 50.89 -
YUV 54.1 206.39 140.77 -
System Red Green Blue C M Y K H S L
Decimal 72 18 193 0.63 0.91 0 0.24 258.51 0.83 0.41
Hex 48 12 C1 3F 5B 0 18 103 53 29
Octal 110 22 301 77 133 0 30 403 123 51
Binary 1001000 10010 11000001 111111 1011011 0 11000 100000011 1010011 101001

Color Harmonies of #4812C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4812C1

Black with #4812C1

Text Example


Text Example

White with #4812C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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