Html Css Color HEX #62215F Palatinate Purple

📋 copy color: '#62215F'

red 98 ◦ green 33 ◦ blue 95

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

Shades of Palatinate Purple #62215F

Tints of Palatinate Purple #62215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.04%

R = 43.36%
G = 14.6%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62215F (or 0x62215F) is known color: Palatinate Purple. HEX triplet: 62, 21 and 5F. RGB value is (98,33,95). Sum of RGB (Red+Green+Blue) = 98+33+95=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62215F is #9DDEA0. Grayscale: #3B3B3B. Windows color (decimal): -10346145 or 6234466. OLE color: 6234466.

HSL color Cylindrical-coordinate representation of color #62215F: hue angle of 302.77º 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 #62215F is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 33 95 -
CMYK 0 0.66 0.03 0.62
HSL 302.77º 0.5% 0.26% -
HSV(B) 302.77º 0.66% 0.38% -
XYZ 7.65 4.51 11.29 -
YUV 59.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 98 33 95 0 0.66 0.03 0.62 302.77 0.5 0.26
Hex 62 21 5F 0 42 3 3E 12F 32 1A
Octal 142 41 137 0 102 3 76 457 62 32
Binary 1100010 100001 1011111 0 1000010 11 111110 100101111 110010 11010

Color Harmonies of #62215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62215F

Black with #62215F

Text Example


Text Example

White with #62215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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