Html Css Color HEX #62295C Palatinate Purple

📋 copy color: '#62295C'

red 98 ◦ green 41 ◦ blue 92

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

Shades of Palatinate Purple #62295C

Tints of Palatinate Purple #62295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.75%

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

R = 42.42%
G = 17.75%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62295C (or 0x62295C) is known color: Palatinate Purple. HEX triplet: 62, 29 and 5C. RGB value is (98,41,92). Sum of RGB (Red+Green+Blue) = 98+41+92=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #62295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62295C is #9DD6A3. Grayscale: #3F3F3F. Windows color (decimal): -10344100 or 6039906. OLE color: 6039906.

HSL color Cylindrical-coordinate representation of color #62295C: hue angle of 306.32º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #62295C is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 41 92 -
CMYK 0 0.58 0.06 0.62
HSL 306.32º 0.41% 0.27% -
HSV(B) 306.32º 0.58% 0.38% -
XYZ 7.76 4.96 10.67 -
YUV 63.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 98 41 92 0 0.58 0.06 0.62 306.32 0.41 0.27
Hex 62 29 5C 0 3A 6 3E 132 29 1B
Octal 142 51 134 0 72 6 76 462 51 33
Binary 1100010 101001 1011100 0 111010 110 111110 100110010 101001 11011

Color Harmonies of #62295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62295C

Black with #62295C

Text Example


Text Example

White with #62295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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