Html Css Color HEX #4532BB Purple Heart

📋 copy color: '#4532BB'

red 69 ◦ green 50 ◦ blue 187

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

Shades of Purple Heart #4532BB

Tints of Purple Heart #4532BB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 187 (73.44% from 255) = 61.11%

R = 22.55%
G = 16.34%
B = 61.11%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4532BB (or 0x4532BB) is known color: Purple Heart. HEX triplet: 45, 32 and BB. RGB value is (69,50,187). Sum of RGB (Red+Green+Blue) = 69+50+187=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 187 (73.44% from 255 or 61.11% from 306); Max value from RGB is 187 - color contains mainly: blue. Hex color #4532BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4532BB is #BACD44. Grayscale: #464646. Windows color (decimal): -12242245 or 12268101. OLE color: 12268101.

HSL color Cylindrical-coordinate representation of color #4532BB: hue angle of 248.32º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4532BB is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 69 50 187 -
CMYK 0.63 0.73 0 0.27
HSL 248.32º 0.58% 0.46% -
HSV(B) 248.32º 0.73% 0.73% -
XYZ 12.56 7.13 47.73 -
YUV 71.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 69 50 187 0.63 0.73 0 0.27 248.32 0.58 0.46
Hex 45 32 BB 3F 49 0 1B F8 3A 2E
Octal 105 62 273 77 111 0 33 370 72 56
Binary 1000101 110010 10111011 111111 1001001 0 11011 11111000 111010 101110

Color Harmonies of #4532BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4532BB

Black with #4532BB

Text Example


Text Example

White with #4532BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4532BB; }

 p { color: rgb(69,50,187); }

 H1.HeaderClassName
 {
   color: #4532BB;
 }
 .AnyTagClassName
 {
   color: #4532BB;
 }
</style>

background-color css

<style>
 a { background-color: #4532BB; }

 a { background-color: rgb(69,50,187); }

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

border-color css

<style>
 span { border-color: #4532BB; }

 span { border-color: rgb(69,50,187); }

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