Html Css Color HEX #62355C Palatinate Purple

📋 copy color: '#62355C'

red 98 ◦ green 53 ◦ blue 92

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

Shades of Palatinate Purple #62355C

Tints of Palatinate Purple #62355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 40.33%
G = 21.81%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62355C (or 0x62355C) is known color: Palatinate Purple. HEX triplet: 62, 35 and 5C. RGB value is (98,53,92). Sum of RGB (Red+Green+Blue) = 98+53+92=243 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.33% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 92 (36.33% from 255 or 37.86% from 243); Max value from RGB is 98 - color contains mainly: red. Hex color #62355C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62355C is #9DCAA3. Grayscale: #464646. Windows color (decimal): -10341028 or 6042978. OLE color: 6042978.

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

Color convert

RGB 98 53 92 -
CMYK 0 0.46 0.06 0.62
HSL 308º 0.3% 0.3% -
HSV(B) 308º 0.46% 0.38% -
XYZ 8.24 5.92 10.83 -
YUV 70.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 98 53 92 0 0.46 0.06 0.62 308 0.3 0.3
Hex 62 35 5C 0 2E 6 3E 134 1E 1E
Octal 142 65 134 0 56 6 76 464 36 36
Binary 1100010 110101 1011100 0 101110 110 111110 100110100 11110 11110

Color Harmonies of #62355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62355C

Black with #62355C

Text Example


Text Example

White with #62355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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