Html Css Color HEX #62275D Palatinate Purple

📋 copy color: '#62275D'

red 98 ◦ green 39 ◦ blue 93

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

Shades of Palatinate Purple #62275D

Tints of Palatinate Purple #62275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.96%

 BLUE value IS 93 (36.72% from 255) = 40.43%

R = 42.61%
G = 16.96%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62275D (or 0x62275D) is known color: Palatinate Purple. HEX triplet: 62, 27 and 5D. RGB value is (98,39,93). Sum of RGB (Red+Green+Blue) = 98+39+93=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #62275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62275D is #9DD8A2. Grayscale: #3E3E3E. Windows color (decimal): -10344611 or 6104930. OLE color: 6104930.

HSL color Cylindrical-coordinate representation of color #62275D: hue angle of 305.08º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62275D is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 39 93 -
CMYK 0 0.60 0.05 0.62
HSL 305.08º 0.43% 0.27% -
HSV(B) 305.08º 0.6% 0.38% -
XYZ 7.74 4.84 10.88 -
YUV 62.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 98 39 93 0 0.60 0.05 0.62 305.08 0.43 0.27
Hex 62 27 5D 0 3C 5 3E 131 2B 1B
Octal 142 47 135 0 74 5 76 461 53 33
Binary 1100010 100111 1011101 0 111100 101 111110 100110001 101011 11011

Color Harmonies of #62275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62275D

Black with #62275D

Text Example


Text Example

White with #62275D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62275D; }

 p { color: rgb(98,39,93); }

 H1.HeaderClassName
 {
   color: #62275D;
 }
 .AnyTagClassName
 {
   color: #62275D;
 }
</style>

background-color css

<style>
 a { background-color: #62275D; }

 a { background-color: rgb(98,39,93); }

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

border-color css

<style>
 span { border-color: #62275D; }

 span { border-color: rgb(98,39,93); }

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