Html Css Color HEX #62215D Palatinate Purple

📋 copy color: '#62215D'

red 98 ◦ green 33 ◦ blue 93

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

Shades of Palatinate Purple #62215D

Tints of Palatinate Purple #62215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 43.75%
G = 14.73%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#62215D (or 0x62215D) is known color: Palatinate Purple. HEX triplet: 62, 21 and 5D. RGB value is (98,33,93). Sum of RGB (Red+Green+Blue) = 98+33+93=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62215D is #9DDEA2. Grayscale: #3B3B3B. Windows color (decimal): -10346147 or 6103394. OLE color: 6103394.

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

Color convert

RGB 98 33 93 -
CMYK 0 0.66 0.05 0.62
HSL 304.62º 0.5% 0.26% -
HSV(B) 304.62º 0.66% 0.38% -
XYZ 7.56 4.47 10.82 -
YUV 59.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 98 33 93 0 0.66 0.05 0.62 304.62 0.5 0.26
Hex 62 21 5D 0 42 5 3E 131 32 1A
Octal 142 41 135 0 102 5 76 461 62 32
Binary 1100010 100001 1011101 0 1000010 101 111110 100110001 110010 11010

Color Harmonies of #62215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62215D

Black with #62215D

Text Example


Text Example

White with #62215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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