Html Css Color HEX #4A0ABC Purple Heart

📋 copy color: '#4A0ABC'

red 74 ◦ green 10 ◦ blue 188

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

Shades of Purple Heart #4A0ABC

Tints of Purple Heart #4A0ABC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.68%

 BLUE value IS 188 (73.83% from 255) = 69.12%

R = 27.21%
G = 3.68%
B = 69.12%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A0ABC (or 0x4A0ABC) is known color: Purple Heart. HEX triplet: 4A, 0A and BC. RGB value is (74,10,188). Sum of RGB (Red+Green+Blue) = 74+10+188=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A0ABC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0ABC is #B5F543. Grayscale: #303030. Windows color (decimal): -11924804 or 12323402. OLE color: 12323402.

HSL color Cylindrical-coordinate representation of color #4A0ABC: hue angle of 261.57º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A0ABC is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 74 10 188 -
CMYK 0.61 0.95 0 0.26
HSL 261.57º 0.9% 0.39% -
HSV(B) 261.57º 0.95% 0.74% -
XYZ 12.01 5.3 47.97 -
YUV 49.43 206.2 145.53 -
System Red Green Blue C M Y K H S L
Decimal 74 10 188 0.61 0.95 0 0.26 261.57 0.9 0.39
Hex 4A A BC 3D 5F 0 1A 106 5A 27
Octal 112 12 274 75 137 0 32 406 132 47
Binary 1001010 1010 10111100 111101 1011111 0 11010 100000110 1011010 100111

Color Harmonies of #4A0ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0ABC

Black with #4A0ABC

Text Example


Text Example

White with #4A0ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,10,188); }

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

background-color css

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

 a { background-color: rgb(74,10,188); }

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

border-color css

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

 span { border-color: rgb(74,10,188); }

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