Html Css Color HEX #65519C Butterfly Bush

📋 copy color: '#65519C'

red 101 ◦ green 81 ◦ blue 156

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

Shades of Butterfly Bush #65519C

Tints of Butterfly Bush #65519C

RGB

 RED value IS 101 (39.84% from 255) = 29.88%

 GREEN value IS 81 (32.03% from 255) = 23.96%

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 29.88%
G = 23.96%
B = 46.15%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#65519C (or 0x65519C) is known color: Butterfly Bush. HEX triplet: 65, 51 and 9C. RGB value is (101,81,156). Sum of RGB (Red+Green+Blue) = 101+81+156=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #65519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65519C is #9AAE63. Grayscale: #5F5F5F. Windows color (decimal): -10137188 or 10244453. OLE color: 10244453.

HSL color Cylindrical-coordinate representation of color #65519C: hue angle of 256º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65519C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 81 156 -
CMYK 0.35 0.48 0 0.39
HSL 256º 0.32% 0.46% -
HSV(B) 256º 0.48% 0.61% -
XYZ 14.31 11.05 32.83 -
YUV 95.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 101 81 156 0.35 0.48 0 0.39 256 0.32 0.46
Hex 65 51 9C 23 30 0 27 100 20 2E
Octal 145 121 234 43 60 0 47 400 40 56
Binary 1100101 1010001 10011100 100011 110000 0 100111 100000000 100000 101110

Color Harmonies of #65519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65519C

Black with #65519C

Text Example


Text Example

White with #65519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65519C; }

 p { color: rgb(101,81,156); }

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

background-color css

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

 a { background-color: rgb(101,81,156); }

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

border-color css

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

 span { border-color: rgb(101,81,156); }

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