Html Css Color HEX #4814C2 Purple Heart

📋 copy color: '#4814C2'

red 72 ◦ green 20 ◦ blue 194

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

Shades of Purple Heart #4814C2

Tints of Purple Heart #4814C2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.99%

 BLUE value IS 194 (76.17% from 255) = 67.83%

R = 25.17%
G = 6.99%
B = 67.83%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4814C2 (or 0x4814C2) is known color: Purple Heart. HEX triplet: 48, 14 and C2. RGB value is (72,20,194). Sum of RGB (Red+Green+Blue) = 72+20+194=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 194 (76.17% from 255 or 67.83% from 286); Max value from RGB is 194 - color contains mainly: blue. Hex color #4814C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4814C2 is #B7EB3D. Grayscale: #363636. Windows color (decimal): -12053310 or 12719176. OLE color: 12719176.

HSL color Cylindrical-coordinate representation of color #4814C2: hue angle of 257.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4814C2 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 20 194 -
CMYK 0.63 0.90 0 0.24
HSL 257.93º 0.81% 0.42% -
HSV(B) 257.93º 0.9% 0.76% -
XYZ 12.66 5.77 51.49 -
YUV 55.38 206.23 139.85 -
System Red Green Blue C M Y K H S L
Decimal 72 20 194 0.63 0.90 0 0.24 257.93 0.81 0.42
Hex 48 14 C2 3F 5A 0 18 102 51 2A
Octal 110 24 302 77 132 0 30 402 121 52
Binary 1001000 10100 11000010 111111 1011010 0 11000 100000010 1010001 101010

Color Harmonies of #4814C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4814C2

Black with #4814C2

Text Example


Text Example

White with #4814C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4814C2; }

 p { color: rgb(72,20,194); }

 H1.HeaderClassName
 {
   color: #4814C2;
 }
 .AnyTagClassName
 {
   color: #4814C2;
 }
</style>

background-color css

<style>
 a { background-color: #4814C2; }

 a { background-color: rgb(72,20,194); }

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

border-color css

<style>
 span { border-color: #4814C2; }

 span { border-color: rgb(72,20,194); }

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