Html Css Color HEX #4A1BBC Purple Heart

📋 copy color: '#4A1BBC'

red 74 ◦ green 27 ◦ blue 188

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

Shades of Purple Heart #4A1BBC

Tints of Purple Heart #4A1BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

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

R = 25.61%
G = 9.34%
B = 65.05%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4A1BBC (or 0x4A1BBC) is known color: Purple Heart. HEX triplet: 4A, 1B and BC. RGB value is (74,27,188). Sum of RGB (Red+Green+Blue) = 74+27+188=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A1BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1BBC is #B5E443. Grayscale: #3A3A3A. Windows color (decimal): -11920452 or 12327754. OLE color: 12327754.

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

Color convert

RGB 74 27 188 -
CMYK 0.61 0.86 0 0.26
HSL 257.52º 0.75% 0.42% -
HSV(B) 257.52º 0.86% 0.74% -
XYZ 12.29 5.87 48.06 -
YUV 59.41 200.57 138.41 -
System Red Green Blue C M Y K H S L
Decimal 74 27 188 0.61 0.86 0 0.26 257.52 0.75 0.42
Hex 4A 1B BC 3D 56 0 1A 102 4B 2A
Octal 112 33 274 75 126 0 32 402 113 52
Binary 1001010 11011 10111100 111101 1010110 0 11010 100000010 1001011 101010

Color Harmonies of #4A1BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1BBC

Black with #4A1BBC

Text Example


Text Example

White with #4A1BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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