Html Css Color HEX #4A08BF Purple Heart

📋 copy color: '#4A08BF'

red 74 ◦ green 8 ◦ blue 191

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

Shades of Purple Heart #4A08BF

Tints of Purple Heart #4A08BF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

 BLUE value IS 191 (75% from 255) = 69.96%

R = 27.11%
G = 2.93%
B = 69.96%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A08BF (or 0x4A08BF) is known color: Purple Heart. HEX triplet: 4A, 08 and BF. RGB value is (74,8,191). Sum of RGB (Red+Green+Blue) = 74+8+191=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A08BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A08BF is #B5F740. Grayscale: #2F2F2F. Windows color (decimal): -11925313 or 12519498. OLE color: 12519498.

HSL color Cylindrical-coordinate representation of color #4A08BF: hue angle of 261.64º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A08BF is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 8 191 -
CMYK 0.61 0.96 0 0.25
HSL 261.64º 0.92% 0.39% -
HSV(B) 261.64º 0.96% 0.75% -
XYZ 12.31 5.39 49.68 -
YUV 48.6 208.37 146.12 -
System Red Green Blue C M Y K H S L
Decimal 74 8 191 0.61 0.96 0 0.25 261.64 0.92 0.39
Hex 4A 8 BF 3D 60 0 19 106 5C 27
Octal 112 10 277 75 140 0 31 406 134 47
Binary 1001010 1000 10111111 111101 1100000 0 11001 100000110 1011100 100111

Color Harmonies of #4A08BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A08BF

Black with #4A08BF

Text Example


Text Example

White with #4A08BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,8,191); }

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

background-color css

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

 a { background-color: rgb(74,8,191); }

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

border-color css

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

 span { border-color: rgb(74,8,191); }

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