Html Css Color HEX #4A15CC Purple Heart

📋 copy color: '#4A15CC'

red 74 ◦ green 21 ◦ blue 204

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

Shades of Purple Heart #4A15CC

Tints of Purple Heart #4A15CC

RGB

 RED value IS 74 (29.3% from 255) = 24.75%

 GREEN value IS 21 (8.59% from 255) = 7.02%

 BLUE value IS 204 (80.08% from 255) = 68.23%

R = 24.75%
G = 7.02%
B = 68.23%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A15CC (or 0x4A15CC) is known color: Purple Heart. HEX triplet: 4A, 15 and CC. RGB value is (74,21,204). Sum of RGB (Red+Green+Blue) = 74+21+204=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A15CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A15CC is #B5EA33. Grayscale: #393939. Windows color (decimal): -11921972 or 13374794. OLE color: 13374794.

HSL color Cylindrical-coordinate representation of color #4A15CC: hue angle of 257.38º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A15CC is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 21 204 -
CMYK 0.64 0.90 0 0.2
HSL 257.38º 0.81% 0.44% -
HSV(B) 257.38º 0.9% 0.8% -
XYZ 13.99 6.35 57.62 -
YUV 57.71 210.56 139.62 -
System Red Green Blue C M Y K H S L
Decimal 74 21 204 0.64 0.90 0 0.2 257.38 0.81 0.44
Hex 4A 15 CC 40 5A 0 14 101 51 2C
Octal 112 25 314 100 132 0 24 401 121 54
Binary 1001010 10101 11001100 1000000 1011010 0 10100 100000001 1010001 101100

Color Harmonies of #4A15CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A15CC

Black with #4A15CC

Text Example


Text Example

White with #4A15CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A15CC; }

 p { color: rgb(74,21,204); }

 H1.HeaderClassName
 {
   color: #4A15CC;
 }
 .AnyTagClassName
 {
   color: #4A15CC;
 }
</style>

background-color css

<style>
 a { background-color: #4A15CC; }

 a { background-color: rgb(74,21,204); }

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

border-color css

<style>
 span { border-color: #4A15CC; }

 span { border-color: rgb(74,21,204); }

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