Html Css Color HEX #62065D Palatinate Purple

📋 copy color: '#62065D'

red 98 ◦ green 6 ◦ blue 93

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

Shades of Palatinate Purple #62065D

Tints of Palatinate Purple #62065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.05%

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

R = 49.75%
G = 3.05%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62065D (or 0x62065D) is known color: Palatinate Purple. HEX triplet: 62, 06 and 5D. RGB value is (98,6,93). Sum of RGB (Red+Green+Blue) = 98+6+93=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62065D is #9DF9A2. Grayscale: #2B2B2B. Windows color (decimal): -10353059 or 6096482. OLE color: 6096482.

HSL color Cylindrical-coordinate representation of color #62065D: hue angle of 303.26º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #62065D is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 6 93 -
CMYK 0 0.94 0.05 0.62
HSL 303.26º 0.88% 0.2% -
HSV(B) 303.26º 0.94% 0.38% -
XYZ 7.08 3.52 10.66 -
YUV 43.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 98 6 93 0 0.94 0.05 0.62 303.26 0.88 0.2
Hex 62 6 5D 0 5E 5 3E 12F 58 14
Octal 142 6 135 0 136 5 76 457 130 24
Binary 1100010 110 1011101 0 1011110 101 111110 100101111 1011000 10100

Color Harmonies of #62065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62065D

Black with #62065D

Text Example


Text Example

White with #62065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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