Html Css Color HEX #62415B Purple Taupe

📋 copy color: '#62415B'

red 98 ◦ green 65 ◦ blue 91

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

Shades of Purple Taupe #62415B

Tints of Purple Taupe #62415B

RGB

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

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

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

R = 38.58%
G = 25.59%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62415B (or 0x62415B) is known color: Purple Taupe. HEX triplet: 62, 41 and 5B. RGB value is (98,65,91). Sum of RGB (Red+Green+Blue) = 98+65+91=254 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.58% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 98 - color contains mainly: red. Hex color #62415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62415B is #9DBEA4. Grayscale: #4D4D4D. Windows color (decimal): -10337957 or 5980514. OLE color: 5980514.

HSL color Cylindrical-coordinate representation of color #62415B: hue angle of 312.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62415B is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 65 91 -
CMYK 0 0.34 0.07 0.62
HSL 312.73º 0.2% 0.32% -
HSV(B) 312.73º 0.34% 0.38% -
XYZ 8.82 7.13 10.81 -
YUV 77.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 98 65 91 0 0.34 0.07 0.62 312.73 0.2 0.32
Hex 62 41 5B 0 22 7 3E 139 14 20
Octal 142 101 133 0 42 7 76 471 24 40
Binary 1100010 1000001 1011011 0 100010 111 111110 100111001 10100 100000

Color Harmonies of #62415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62415B

Black with #62415B

Text Example


Text Example

White with #62415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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