Html Css Color HEX #625380 Butterfly Bush

📋 copy color: '#625380'

red 98 ◦ green 83 ◦ blue 128

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

Shades of Butterfly Bush #625380

Tints of Butterfly Bush #625380

RGB

 RED value IS 98 (38.67% from 255) = 31.72%

 GREEN value IS 83 (32.81% from 255) = 26.86%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 31.72%
G = 26.86%
B = 41.42%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#625380 (or 0x625380) is known color: Butterfly Bush. HEX triplet: 62, 53 and 80. RGB value is (98,83,128). Sum of RGB (Red+Green+Blue) = 98+83+128=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 128 - color contains mainly: blue. Hex color #625380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625380 is #9DAC7F. Grayscale: #5C5C5C. Windows color (decimal): -10333312 or 8409954. OLE color: 8409954.

HSL color Cylindrical-coordinate representation of color #625380: hue angle of 260º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #625380 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 83 128 -
CMYK 0.23 0.35 0 0.50
HSL 260º 0.21% 0.41% -
HSV(B) 260º 0.35% 0.5% -
XYZ 12.03 10.34 21.78 -
YUV 92.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 98 83 128 0.23 0.35 0 0.50 260 0.21 0.41
Hex 62 53 80 17 23 0 32 104 15 29
Octal 142 123 200 27 43 0 62 404 25 51
Binary 1100010 1010011 10000000 10111 100011 0 110010 100000100 10101 101001

Color Harmonies of #625380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625380

Black with #625380

Text Example


Text Example

White with #625380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625380; }

 p { color: rgb(98,83,128); }

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

background-color css

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

 a { background-color: rgb(98,83,128); }

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

border-color css

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

 span { border-color: rgb(98,83,128); }

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