Html Css Color HEX #4528BE Purple Heart

📋 copy color: '#4528BE'

red 69 ◦ green 40 ◦ blue 190

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

Shades of Purple Heart #4528BE

Tints of Purple Heart #4528BE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 23.08%
G = 13.38%
B = 63.55%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4528BE (or 0x4528BE) is known color: Purple Heart. HEX triplet: 45, 28 and BE. RGB value is (69,40,190). Sum of RGB (Red+Green+Blue) = 69+40+190=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #4528BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528BE is #BAD741. Grayscale: #414141. Windows color (decimal): -12244802 or 12462149. OLE color: 12462149.

HSL color Cylindrical-coordinate representation of color #4528BE: hue angle of 251.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4528BE is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 40 190 -
CMYK 0.64 0.79 0 0.25
HSL 251.6º 0.65% 0.45% -
HSV(B) 251.6º 0.79% 0.75% -
XYZ 12.51 6.5 49.31 -
YUV 65.77 198.11 130.3 -
System Red Green Blue C M Y K H S L
Decimal 69 40 190 0.64 0.79 0 0.25 251.6 0.65 0.45
Hex 45 28 BE 40 4F 0 19 FC 41 2D
Octal 105 50 276 100 117 0 31 374 101 55
Binary 1000101 101000 10111110 1000000 1001111 0 11001 11111100 1000001 101101

Color Harmonies of #4528BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4528BE

Black with #4528BE

Text Example


Text Example

White with #4528BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4528BE; }

 p { color: rgb(69,40,190); }

 H1.HeaderClassName
 {
   color: #4528BE;
 }
 .AnyTagClassName
 {
   color: #4528BE;
 }
</style>

background-color css

<style>
 a { background-color: #4528BE; }

 a { background-color: rgb(69,40,190); }

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

border-color css

<style>
 span { border-color: #4528BE; }

 span { border-color: rgb(69,40,190); }

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