Html Css Color HEX #65415B Purple Taupe

📋 copy color: '#65415B'

red 101 ◦ green 65 ◦ blue 91

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

Shades of Purple Taupe #65415B

Tints of Purple Taupe #65415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 39.3%
G = 25.29%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#65415B (or 0x65415B) is known color: Purple Taupe. HEX triplet: 65, 41 and 5B. RGB value is (101,65,91). Sum of RGB (Red+Green+Blue) = 101+65+91=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #65415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65415B is #9ABEA4. Grayscale: #4E4E4E. Windows color (decimal): -10141349 or 5980517. OLE color: 5980517.

HSL color Cylindrical-coordinate representation of color #65415B: hue angle of 316.67º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65415B is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 65 91 -
CMYK 0 0.36 0.10 0.60
HSL 316.67º 0.22% 0.33% -
HSV(B) 316.67º 0.36% 0.4% -
XYZ 9.15 7.3 10.83 -
YUV 78.73 134.93 143.89 -
System Red Green Blue C M Y K H S L
Decimal 101 65 91 0 0.36 0.10 0.60 316.67 0.22 0.33
Hex 65 41 5B 0 24 A 3C 13D 16 21
Octal 145 101 133 0 44 12 74 475 26 41
Binary 1100101 1000001 1011011 0 100100 1010 111100 100111101 10110 100001

Color Harmonies of #65415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65415B

Black with #65415B

Text Example


Text Example

White with #65415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65415B; }

 p { color: rgb(101,65,91); }

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

background-color css

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

 a { background-color: rgb(101,65,91); }

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

border-color css

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

 span { border-color: rgb(101,65,91); }

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