Html Css Color HEX #4A10C3 Purple Heart

📋 copy color: '#4A10C3'

red 74 ◦ green 16 ◦ blue 195

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

Shades of Purple Heart #4A10C3

Tints of Purple Heart #4A10C3

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 195 (76.56% from 255) = 68.42%

R = 25.96%
G = 5.61%
B = 68.42%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4A10C3 (or 0x4A10C3) is known color: Purple Heart. HEX triplet: 4A, 10 and C3. RGB value is (74,16,195). Sum of RGB (Red+Green+Blue) = 74+16+195=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 195 (76.56% from 255 or 68.42% from 285); Max value from RGB is 195 - color contains mainly: blue. Hex color #4A10C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A10C3 is #B5EF3C. Grayscale: #353535. Windows color (decimal): -11923261 or 12783690. OLE color: 12783690.

HSL color Cylindrical-coordinate representation of color #4A10C3: hue angle of 259.44º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A10C3 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 74 16 195 -
CMYK 0.62 0.92 0 0.24
HSL 259.44º 0.85% 0.41% -
HSV(B) 259.44º 0.92% 0.76% -
XYZ 12.86 5.77 52.07 -
YUV 53.75 207.72 142.45 -
System Red Green Blue C M Y K H S L
Decimal 74 16 195 0.62 0.92 0 0.24 259.44 0.85 0.41
Hex 4A 10 C3 3E 5C 0 18 103 55 29
Octal 112 20 303 76 134 0 30 403 125 51
Binary 1001010 10000 11000011 111110 1011100 0 11000 100000011 1010101 101001

Color Harmonies of #4A10C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A10C3

Black with #4A10C3

Text Example


Text Example

White with #4A10C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,16,195); }

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

background-color css

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

 a { background-color: rgb(74,16,195); }

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

border-color css

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

 span { border-color: rgb(74,16,195); }

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