Html Css Color HEX #4A15D0 Purple Heart

📋 copy color: '#4A15D0'

red 74 ◦ green 21 ◦ blue 208

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

Shades of Purple Heart #4A15D0

Tints of Purple Heart #4A15D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.65%

R = 24.42%
G = 6.93%
B = 68.65%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4A15D0 (or 0x4A15D0) is known color: Purple Heart. HEX triplet: 4A, 15 and D0. RGB value is (74,21,208). Sum of RGB (Red+Green+Blue) = 74+21+208=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 208 (81.64% from 255 or 68.65% from 303); Max value from RGB is 208 - color contains mainly: blue. Hex color #4A15D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A15D0 is #B5EA2F. Grayscale: #393939. Windows color (decimal): -11921968 or 13636938. OLE color: 13636938.

HSL color Cylindrical-coordinate representation of color #4A15D0: hue angle of 257.01º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A15D0 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 74 21 208 -
CMYK 0.64 0.90 0 0.18
HSL 257.01º 0.82% 0.45% -
HSV(B) 257.01º 0.9% 0.82% -
XYZ 14.48 6.55 60.18 -
YUV 58.17 212.56 139.29 -
System Red Green Blue C M Y K H S L
Decimal 74 21 208 0.64 0.90 0 0.18 257.01 0.82 0.45
Hex 4A 15 D0 40 5A 0 12 101 52 2D
Octal 112 25 320 100 132 0 22 401 122 55
Binary 1001010 10101 11010000 1000000 1011010 0 10010 100000001 1010010 101101

Color Harmonies of #4A15D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A15D0

Black with #4A15D0

Text Example


Text Example

White with #4A15D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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