Html Css Color HEX #633193 Daisy Bush

📋 copy color: '#633193'

red 99 ◦ green 49 ◦ blue 147

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

Shades of Daisy Bush #633193

Tints of Daisy Bush #633193

RGB

 RED value IS 99 (39.06% from 255) = 33.56%

 GREEN value IS 49 (19.53% from 255) = 16.61%

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 33.56%
G = 16.61%
B = 49.83%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#633193 (or 0x633193) is known color: Daisy Bush. HEX triplet: 63, 31 and 93. RGB value is (99,49,147). Sum of RGB (Red+Green+Blue) = 99+49+147=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #633193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633193 is #9CCE6C. Grayscale: #4A4A4A. Windows color (decimal): -10276461 or 9646435. OLE color: 9646435.

HSL color Cylindrical-coordinate representation of color #633193: hue angle of 270.61º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #633193 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 49 147 -
CMYK 0.33 0.67 0 0.42
HSL 270.61º 0.5% 0.38% -
HSV(B) 270.61º 0.67% 0.58% -
XYZ 11.51 6.96 28.34 -
YUV 75.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 99 49 147 0.33 0.67 0 0.42 270.61 0.5 0.38
Hex 63 31 93 21 43 0 2A 10F 32 26
Octal 143 61 223 41 103 0 52 417 62 46
Binary 1100011 110001 10010011 100001 1000011 0 101010 100001111 110010 100110

Color Harmonies of #633193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633193

Black with #633193

Text Example


Text Example

White with #633193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633193; }

 p { color: rgb(99,49,147); }

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

background-color css

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

 a { background-color: rgb(99,49,147); }

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

border-color css

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

 span { border-color: rgb(99,49,147); }

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