Html Css Color HEX #634982 Butterfly Bush

📋 copy color: '#634982'

red 99 ◦ green 73 ◦ blue 130

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

Shades of Butterfly Bush #634982

Tints of Butterfly Bush #634982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 130 (51.17% from 255) = 43.05%

R = 32.78%
G = 24.17%
B = 43.05%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#634982 (or 0x634982) is known color: Butterfly Bush. HEX triplet: 63, 49 and 82. RGB value is (99,73,130). Sum of RGB (Red+Green+Blue) = 99+73+130=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 130 - color contains mainly: blue. Hex color #634982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #634982 is #9CB67D. Grayscale: #575757. Windows color (decimal): -10270334 or 8538467. OLE color: 8538467.

HSL color Cylindrical-coordinate representation of color #634982: hue angle of 267.37º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #634982 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 73 130 -
CMYK 0.24 0.44 0 0.49
HSL 267.37º 0.28% 0.4% -
HSV(B) 267.37º 0.44% 0.51% -
XYZ 11.56 9.03 22.25 -
YUV 87.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 99 73 130 0.24 0.44 0 0.49 267.37 0.28 0.4
Hex 63 49 82 18 2C 0 31 10B 1C 28
Octal 143 111 202 30 54 0 61 413 34 50
Binary 1100011 1001001 10000010 11000 101100 0 110001 100001011 11100 101000

Color Harmonies of #634982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634982

Black with #634982

Text Example


Text Example

White with #634982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634982; }

 p { color: rgb(99,73,130); }

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

background-color css

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

 a { background-color: rgb(99,73,130); }

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

border-color css

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

 span { border-color: rgb(99,73,130); }

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