Html Css Color HEX #62275B Palatinate Purple

📋 copy color: '#62275B'

red 98 ◦ green 39 ◦ blue 91

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

Shades of Palatinate Purple #62275B

Tints of Palatinate Purple #62275B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

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

R = 42.98%
G = 17.11%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62275B (or 0x62275B) is known color: Palatinate Purple. HEX triplet: 62, 27 and 5B. RGB value is (98,39,91). Sum of RGB (Red+Green+Blue) = 98+39+91=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #62275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62275B is #9DD8A4. Grayscale: #3E3E3E. Windows color (decimal): -10344613 or 5973858. OLE color: 5973858.

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

Color convert

RGB 98 39 91 -
CMYK 0 0.60 0.07 0.62
HSL 307.12º 0.43% 0.27% -
HSV(B) 307.12º 0.6% 0.38% -
XYZ 7.65 4.8 10.42 -
YUV 62.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 98 39 91 0 0.60 0.07 0.62 307.12 0.43 0.27
Hex 62 27 5B 0 3C 7 3E 133 2B 1B
Octal 142 47 133 0 74 7 76 463 53 33
Binary 1100010 100111 1011011 0 111100 111 111110 100110011 101011 11011

Color Harmonies of #62275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62275B

Black with #62275B

Text Example


Text Example

White with #62275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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