Html Css Color HEX #4A0FBB Purple Heart

📋 copy color: '#4A0FBB'

red 74 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #4A0FBB

Tints of Purple Heart #4A0FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.43%

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

R = 26.81%
G = 5.43%
B = 67.75%

CMYK

 C value IS 0.60

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A0FBB (or 0x4A0FBB) is known color: Purple Heart. HEX triplet: 4A, 0F and BB. RGB value is (74,15,187). Sum of RGB (Red+Green+Blue) = 74+15+187=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A0FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0FBB is #B5F044. Grayscale: #333333. Windows color (decimal): -11923525 or 12259146. OLE color: 12259146.

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

Color convert

RGB 74 15 187 -
CMYK 0.60 0.92 0 0.27
HSL 260.58º 0.85% 0.4% -
HSV(B) 260.58º 0.92% 0.73% -
XYZ 11.96 5.39 47.42 -
YUV 52.25 204.05 143.51 -
System Red Green Blue C M Y K H S L
Decimal 74 15 187 0.60 0.92 0 0.27 260.58 0.85 0.4
Hex 4A F BB 3C 5C 0 1B 105 55 28
Octal 112 17 273 74 134 0 33 405 125 50
Binary 1001010 1111 10111011 111100 1011100 0 11011 100000101 1010101 101000

Color Harmonies of #4A0FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0FBB

Black with #4A0FBB

Text Example


Text Example

White with #4A0FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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