Html Css Color HEX #62265B Palatinate Purple

📋 copy color: '#62265B'

red 98 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #62265B

Tints of Palatinate Purple #62265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.74%

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

R = 43.17%
G = 16.74%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62265B (or 0x62265B) is known color: Palatinate Purple. HEX triplet: 62, 26 and 5B. RGB value is (98,38,91). Sum of RGB (Red+Green+Blue) = 98+38+91=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 38 (15.23% from 255 or 16.74% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #62265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62265B is #9DD9A4. Grayscale: #3D3D3D. Windows color (decimal): -10344869 or 5973602. OLE color: 5973602.

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

Color convert

RGB 98 38 91 -
CMYK 0 0.61 0.07 0.62
HSL 307º 0.44% 0.27% -
HSV(B) 307º 0.61% 0.38% -
XYZ 7.62 4.74 10.41 -
YUV 61.98 144.38 153.69 -
System Red Green Blue C M Y K H S L
Decimal 98 38 91 0 0.61 0.07 0.62 307 0.44 0.27
Hex 62 26 5B 0 3D 7 3E 133 2C 1B
Octal 142 46 133 0 75 7 76 463 54 33
Binary 1100010 100110 1011011 0 111101 111 111110 100110011 101100 11011

Color Harmonies of #62265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62265B

Black with #62265B

Text Example


Text Example

White with #62265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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