Html Css Color HEX #4A15CF Purple Heart

📋 copy color: '#4A15CF'

red 74 ◦ green 21 ◦ blue 207

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

Shades of Purple Heart #4A15CF

Tints of Purple Heart #4A15CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.54%

R = 24.5%
G = 6.95%
B = 68.54%

CMYK

 C value IS 0.64

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A15CF (or 0x4A15CF) is known color: Purple Heart. HEX triplet: 4A, 15 and CF. RGB value is (74,21,207). Sum of RGB (Red+Green+Blue) = 74+21+207=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A15CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A15CF is #B5EA30. Grayscale: #393939. Windows color (decimal): -11921969 or 13571402. OLE color: 13571402.

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

Color convert

RGB 74 21 207 -
CMYK 0.64 0.90 0 0.19
HSL 257.1º 0.82% 0.45% -
HSV(B) 257.1º 0.9% 0.81% -
XYZ 14.35 6.5 59.53 -
YUV 58.05 212.06 139.38 -
System Red Green Blue C M Y K H S L
Decimal 74 21 207 0.64 0.90 0 0.19 257.1 0.82 0.45
Hex 4A 15 CF 40 5A 0 13 101 52 2D
Octal 112 25 317 100 132 0 23 401 122 55
Binary 1001010 10101 11001111 1000000 1011010 0 10011 100000001 1010010 101101

Color Harmonies of #4A15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A15CF

Black with #4A15CF

Text Example


Text Example

White with #4A15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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