Html Css Color HEX #62415C Purple Taupe

📋 copy color: '#62415C'

red 98 ◦ green 65 ◦ blue 92

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

Shades of Purple Taupe #62415C

Tints of Purple Taupe #62415C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 38.43%
G = 25.49%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62415C (or 0x62415C) is known color: Purple Taupe. HEX triplet: 62, 41 and 5C. RGB value is (98,65,92). Sum of RGB (Red+Green+Blue) = 98+65+92=255 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.43% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 98 - color contains mainly: red. Hex color #62415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62415C is #9DBEA3. Grayscale: #4D4D4D. Windows color (decimal): -10337956 or 6046050. OLE color: 6046050.

HSL color Cylindrical-coordinate representation of color #62415C: hue angle of 310.91º 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 #62415C is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 65 92 -
CMYK 0 0.34 0.06 0.62
HSL 310.91º 0.2% 0.32% -
HSV(B) 310.91º 0.34% 0.38% -
XYZ 8.86 7.15 11.04 -
YUV 77.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 98 65 92 0 0.34 0.06 0.62 310.91 0.2 0.32
Hex 62 41 5C 0 22 6 3E 137 14 20
Octal 142 101 134 0 42 6 76 467 24 40
Binary 1100010 1000001 1011100 0 100010 110 111110 100110111 10100 100000

Color Harmonies of #62415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62415C

Black with #62415C

Text Example


Text Example

White with #62415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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