Html Css Color HEX #62255B Palatinate Purple

📋 copy color: '#62255B'

red 98 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #62255B

Tints of Palatinate Purple #62255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.37%

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 43.36%
G = 16.37%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62255B (or 0x62255B) is known color: Palatinate Purple. HEX triplet: 62, 25 and 5B. RGB value is (98,37,91). Sum of RGB (Red+Green+Blue) = 98+37+91=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62255B is #9DDAA4. Grayscale: #3D3D3D. Windows color (decimal): -10345125 or 5973346. OLE color: 5973346.

HSL color Cylindrical-coordinate representation of color #62255B: hue angle of 306.89º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62255B is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 37 91 -
CMYK 0 0.62 0.07 0.62
HSL 306.89º 0.45% 0.26% -
HSV(B) 306.89º 0.62% 0.38% -
XYZ 7.59 4.68 10.4 -
YUV 61.4 144.71 154.11 -
System Red Green Blue C M Y K H S L
Decimal 98 37 91 0 0.62 0.07 0.62 306.89 0.45 0.26
Hex 62 25 5B 0 3E 7 3E 133 2D 1A
Octal 142 45 133 0 76 7 76 463 55 32
Binary 1100010 100101 1011011 0 111110 111 111110 100110011 101101 11010

Color Harmonies of #62255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62255B

Black with #62255B

Text Example


Text Example

White with #62255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62255B; }

 p { color: rgb(98,37,91); }

 H1.HeaderClassName
 {
   color: #62255B;
 }
 .AnyTagClassName
 {
   color: #62255B;
 }
</style>

background-color css

<style>
 a { background-color: #62255B; }

 a { background-color: rgb(98,37,91); }

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

border-color css

<style>
 span { border-color: #62255B; }

 span { border-color: rgb(98,37,91); }

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