Html Css Color HEX #633495 Daisy Bush

📋 copy color: '#633495'

red 99 ◦ green 52 ◦ blue 149

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

Shades of Daisy Bush #633495

Tints of Daisy Bush #633495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

 BLUE value IS 149 (58.59% from 255) = 49.67%

R = 33%
G = 17.33%
B = 49.67%

CMYK

 C value IS 0.34

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#633495 (or 0x633495) is known color: Daisy Bush. HEX triplet: 63, 34 and 95. RGB value is (99,52,149). Sum of RGB (Red+Green+Blue) = 99+52+149=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #633495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #633495 is #9CCB6A. Grayscale: #4C4C4C. Windows color (decimal): -10275691 or 9778275. OLE color: 9778275.

HSL color Cylindrical-coordinate representation of color #633495: hue angle of 269.07º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #633495 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 52 149 -
CMYK 0.34 0.65 0 0.42
HSL 269.07º 0.48% 0.39% -
HSV(B) 269.07º 0.65% 0.58% -
XYZ 11.8 7.28 29.22 -
YUV 77.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 99 52 149 0.34 0.65 0 0.42 269.07 0.48 0.39
Hex 63 34 95 22 41 0 2A 10D 30 27
Octal 143 64 225 42 101 0 52 415 60 47
Binary 1100011 110100 10010101 100010 1000001 0 101010 100001101 110000 100111

Color Harmonies of #633495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633495

Black with #633495

Text Example


Text Example

White with #633495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633495; }

 p { color: rgb(99,52,149); }

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

background-color css

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

 a { background-color: rgb(99,52,149); }

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

border-color css

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

 span { border-color: rgb(99,52,149); }

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