Html Css Color HEX #4A35BA Purple Heart

📋 copy color: '#4A35BA'

red 74 ◦ green 53 ◦ blue 186

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

Shades of Purple Heart #4A35BA

Tints of Purple Heart #4A35BA

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.93%

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

R = 23.64%
G = 16.93%
B = 59.42%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A35BA (or 0x4A35BA) is known color: Purple Heart. HEX triplet: 4A, 35 and BA. RGB value is (74,53,186). Sum of RGB (Red+Green+Blue) = 74+53+186=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A35BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A35BA is #B5CA45. Grayscale: #494949. Windows color (decimal): -11913798 or 12203338. OLE color: 12203338.

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

Color convert

RGB 74 53 186 -
CMYK 0.60 0.72 0 0.27
HSL 249.47º 0.56% 0.47% -
HSV(B) 249.47º 0.72% 0.73% -
XYZ 12.96 7.55 47.23 -
YUV 74.44 190.96 127.69 -
System Red Green Blue C M Y K H S L
Decimal 74 53 186 0.60 0.72 0 0.27 249.47 0.56 0.47
Hex 4A 35 BA 3C 48 0 1B F9 38 2F
Octal 112 65 272 74 110 0 33 371 70 57
Binary 1001010 110101 10111010 111100 1001000 0 11011 11111001 111000 101111

Color Harmonies of #4A35BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A35BA

Black with #4A35BA

Text Example


Text Example

White with #4A35BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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