Html Css Color HEX #532099 Daisy Bush

📋 copy color: '#532099'

red 83 ◦ green 32 ◦ blue 153

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

Shades of Daisy Bush #532099

Tints of Daisy Bush #532099

RGB

 RED value IS 83 (32.81% from 255) = 30.97%

 GREEN value IS 32 (12.89% from 255) = 11.94%

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 30.97%
G = 11.94%
B = 57.09%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#532099 (or 0x532099) is known color: Daisy Bush. HEX triplet: 53, 20 and 99. RGB value is (83,32,153). Sum of RGB (Red+Green+Blue) = 83+32+153=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #532099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532099 is #ACDF66. Grayscale: #3C3C3C. Windows color (decimal): -11329383 or 10035283. OLE color: 10035283.

HSL color Cylindrical-coordinate representation of color #532099: hue angle of 265.29º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532099 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 32 153 -
CMYK 0.46 0.79 0 0.4
HSL 265.29º 0.65% 0.36% -
HSV(B) 265.29º 0.79% 0.6% -
XYZ 9.83 5.17 30.62 -
YUV 61.04 179.9 143.66 -
System Red Green Blue C M Y K H S L
Decimal 83 32 153 0.46 0.79 0 0.4 265.29 0.65 0.36
Hex 53 20 99 2E 4F 0 28 109 41 24
Octal 123 40 231 56 117 0 50 411 101 44
Binary 1010011 100000 10011001 101110 1001111 0 101000 100001001 1000001 100100

Color Harmonies of #532099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532099

Black with #532099

Text Example


Text Example

White with #532099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532099; }

 p { color: rgb(83,32,153); }

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

background-color css

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

 a { background-color: rgb(83,32,153); }

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

border-color css

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

 span { border-color: rgb(83,32,153); }

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