Html Css Color HEX #62275F Palatinate Purple

📋 copy color: '#62275F'

red 98 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #62275F

Tints of Palatinate Purple #62275F

RGB

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

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

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

R = 42.24%
G = 16.81%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62275F (or 0x62275F) is known color: Palatinate Purple. HEX triplet: 62, 27 and 5F. RGB value is (98,39,95). Sum of RGB (Red+Green+Blue) = 98+39+95=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #62275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62275F is #9DD8A0. Grayscale: #3E3E3E. Windows color (decimal): -10344609 or 6236002. OLE color: 6236002.

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

Color convert

RGB 98 39 95 -
CMYK 0 0.60 0.03 0.62
HSL 303.05º 0.43% 0.27% -
HSV(B) 303.05º 0.6% 0.38% -
XYZ 7.83 4.87 11.35 -
YUV 63.03 146.05 152.95 -
System Red Green Blue C M Y K H S L
Decimal 98 39 95 0 0.60 0.03 0.62 303.05 0.43 0.27
Hex 62 27 5F 0 3C 3 3E 12F 2B 1B
Octal 142 47 137 0 74 3 76 457 53 33
Binary 1100010 100111 1011111 0 111100 11 111110 100101111 101011 11011

Color Harmonies of #62275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62275F

Black with #62275F

Text Example


Text Example

White with #62275F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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