Html Css Color HEX #4525BA Purple Heart

📋 copy color: '#4525BA'

red 69 ◦ green 37 ◦ blue 186

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

Shades of Purple Heart #4525BA

Tints of Purple Heart #4525BA

RGB

 RED value IS 69 (27.34% from 255) = 23.63%

 GREEN value IS 37 (14.84% from 255) = 12.67%

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

R = 23.63%
G = 12.67%
B = 63.7%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4525BA (or 0x4525BA) is known color: Purple Heart. HEX triplet: 45, 25 and BA. RGB value is (69,37,186). Sum of RGB (Red+Green+Blue) = 69+37+186=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #4525BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4525BA is #BADA45. Grayscale: #3E3E3E. Windows color (decimal): -12245574 or 12199237. OLE color: 12199237.

HSL color Cylindrical-coordinate representation of color #4525BA: hue angle of 252.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4525BA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 37 186 -
CMYK 0.63 0.80 0 0.27
HSL 252.89º 0.67% 0.44% -
HSV(B) 252.89º 0.8% 0.73% -
XYZ 11.98 6.13 47.01 -
YUV 63.55 197.1 131.88 -
System Red Green Blue C M Y K H S L
Decimal 69 37 186 0.63 0.80 0 0.27 252.89 0.67 0.44
Hex 45 25 BA 3F 50 0 1B FD 43 2C
Octal 105 45 272 77 120 0 33 375 103 54
Binary 1000101 100101 10111010 111111 1010000 0 11011 11111101 1000011 101100

Color Harmonies of #4525BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4525BA

Black with #4525BA

Text Example


Text Example

White with #4525BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4525BA; }

 p { color: rgb(69,37,186); }

 H1.HeaderClassName
 {
   color: #4525BA;
 }
 .AnyTagClassName
 {
   color: #4525BA;
 }
</style>

background-color css

<style>
 a { background-color: #4525BA; }

 a { background-color: rgb(69,37,186); }

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

border-color css

<style>
 span { border-color: #4525BA; }

 span { border-color: rgb(69,37,186); }

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