Html Css Color HEX #4A30BA Purple Heart

📋 copy color: '#4A30BA'

red 74 ◦ green 48 ◦ blue 186

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

Shades of Purple Heart #4A30BA

Tints of Purple Heart #4A30BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 186 (73.05% from 255) = 60.39%

R = 24.03%
G = 15.58%
B = 60.39%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A30BA (or 0x4A30BA) is known color: Purple Heart. HEX triplet: 4A, 30 and BA. RGB value is (74,48,186). Sum of RGB (Red+Green+Blue) = 74+48+186=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A30BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A30BA is #B5CF45. Grayscale: #464646. Windows color (decimal): -11915078 or 12202058. OLE color: 12202058.

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

Color convert

RGB 74 48 186 -
CMYK 0.60 0.74 0 0.27
HSL 251.3º 0.59% 0.46% -
HSV(B) 251.3º 0.74% 0.73% -
XYZ 12.74 7.11 47.16 -
YUV 71.51 192.61 129.78 -
System Red Green Blue C M Y K H S L
Decimal 74 48 186 0.60 0.74 0 0.27 251.3 0.59 0.46
Hex 4A 30 BA 3C 4A 0 1B FB 3B 2E
Octal 112 60 272 74 112 0 33 373 73 56
Binary 1001010 110000 10111010 111100 1001010 0 11011 11111011 111011 101110

Color Harmonies of #4A30BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A30BA

Black with #4A30BA

Text Example


Text Example

White with #4A30BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,48,186); }

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

background-color css

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

 a { background-color: rgb(74,48,186); }

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

border-color css

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

 span { border-color: rgb(74,48,186); }

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