Html Css Color HEX #4A2BBB Purple Heart

📋 copy color: '#4A2BBB'

red 74 ◦ green 43 ◦ blue 187

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

Shades of Purple Heart #4A2BBB

Tints of Purple Heart #4A2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.14%

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

R = 24.34%
G = 14.14%
B = 61.51%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A2BBB (or 0x4A2BBB) is known color: Purple Heart. HEX triplet: 4A, 2B and BB. RGB value is (74,43,187). Sum of RGB (Red+Green+Blue) = 74+43+187=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A2BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2BBB is #B5D444. Grayscale: #444444. Windows color (decimal): -11916357 or 12266314. OLE color: 12266314.

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

Color convert

RGB 74 43 187 -
CMYK 0.60 0.77 0 0.27
HSL 252.92º 0.63% 0.45% -
HSV(B) 252.92º 0.77% 0.73% -
XYZ 12.66 6.77 47.65 -
YUV 68.69 194.77 131.79 -
System Red Green Blue C M Y K H S L
Decimal 74 43 187 0.60 0.77 0 0.27 252.92 0.63 0.45
Hex 4A 2B BB 3C 4D 0 1B FD 3F 2D
Octal 112 53 273 74 115 0 33 375 77 55
Binary 1001010 101011 10111011 111100 1001101 0 11011 11111101 111111 101101

Color Harmonies of #4A2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A2BBB

Black with #4A2BBB

Text Example


Text Example

White with #4A2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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