Html Css Color HEX #4A0BBB Purple Heart

📋 copy color: '#4A0BBB'

red 74 ◦ green 11 ◦ blue 187

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

Shades of Purple Heart #4A0BBB

Tints of Purple Heart #4A0BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.04%

 BLUE value IS 187 (73.44% from 255) = 68.75%

R = 27.21%
G = 4.04%
B = 68.75%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A0BBB (or 0x4A0BBB) is known color: Purple Heart. HEX triplet: 4A, 0B and BB. RGB value is (74,11,187). Sum of RGB (Red+Green+Blue) = 74+11+187=272 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.21% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A0BBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0BBB is #B5F444. Grayscale: #313131. Windows color (decimal): -11924549 or 12258122. OLE color: 12258122.

HSL color Cylindrical-coordinate representation of color #4A0BBB: hue angle of 261.48º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0BBB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 11 187 -
CMYK 0.60 0.94 0 0.27
HSL 261.48º 0.89% 0.39% -
HSV(B) 261.48º 0.94% 0.73% -
XYZ 11.91 5.28 47.41 -
YUV 49.9 205.37 145.19 -
System Red Green Blue C M Y K H S L
Decimal 74 11 187 0.60 0.94 0 0.27 261.48 0.89 0.39
Hex 4A B BB 3C 5E 0 1B 105 59 27
Octal 112 13 273 74 136 0 33 405 131 47
Binary 1001010 1011 10111011 111100 1011110 0 11011 100000101 1011001 100111

Color Harmonies of #4A0BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0BBB

Black with #4A0BBB

Text Example


Text Example

White with #4A0BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,11,187); }

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

background-color css

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

 a { background-color: rgb(74,11,187); }

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

border-color css

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

 span { border-color: rgb(74,11,187); }

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