Html Css Color HEX #62335B Palatinate Purple

📋 copy color: '#62335B'

red 98 ◦ green 51 ◦ blue 91

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

Shades of Palatinate Purple #62335B

Tints of Palatinate Purple #62335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 40.83%
G = 21.25%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62335B (or 0x62335B) is known color: Palatinate Purple. HEX triplet: 62, 33 and 5B. RGB value is (98,51,91). Sum of RGB (Red+Green+Blue) = 98+51+91=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 98 - color contains mainly: red. Hex color #62335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62335B is #9DCCA4. Grayscale: #454545. Windows color (decimal): -10341541 or 5976930. OLE color: 5976930.

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

Color convert

RGB 98 51 91 -
CMYK 0 0.48 0.07 0.62
HSL 308.94º 0.32% 0.29% -
HSV(B) 308.94º 0.48% 0.38% -
XYZ 8.11 5.72 10.57 -
YUV 69.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 98 51 91 0 0.48 0.07 0.62 308.94 0.32 0.29
Hex 62 33 5B 0 30 7 3E 135 20 1D
Octal 142 63 133 0 60 7 76 465 40 35
Binary 1100010 110011 1011011 0 110000 111 111110 100110101 100000 11101

Color Harmonies of #62335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62335B

Black with #62335B

Text Example


Text Example

White with #62335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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