Html Css Color HEX #620C5F Palatinate Purple

📋 copy color: '#620C5F'

red 98 ◦ green 12 ◦ blue 95

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

Shades of Palatinate Purple #620C5F

Tints of Palatinate Purple #620C5F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

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

R = 47.8%
G = 5.85%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#620C5F (or 0x620C5F) is known color: Palatinate Purple. HEX triplet: 62, 0C and 5F. RGB value is (98,12,95). Sum of RGB (Red+Green+Blue) = 98+12+95=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #620C5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C5F is #9DF3A0. Grayscale: #2E2E2E. Windows color (decimal): -10351521 or 6229090. OLE color: 6229090.

HSL color Cylindrical-coordinate representation of color #620C5F: hue angle of 302.09º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #620C5F is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 12 95 -
CMYK 0 0.88 0.03 0.62
HSL 302.09º 0.78% 0.22% -
HSV(B) 302.09º 0.88% 0.38% -
XYZ 7.23 3.69 11.16 -
YUV 47.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 98 12 95 0 0.88 0.03 0.62 302.09 0.78 0.22
Hex 62 C 5F 0 58 3 3E 12E 4E 16
Octal 142 14 137 0 130 3 76 456 116 26
Binary 1100010 1100 1011111 0 1011000 11 111110 100101110 1001110 10110

Color Harmonies of #620C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C5F

Black with #620C5F

Text Example


Text Example

White with #620C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620C5F; }

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

 H1.HeaderClassName
 {
   color: #620C5F;
 }
 .AnyTagClassName
 {
   color: #620C5F;
 }
</style>

background-color css

<style>
 a { background-color: #620C5F; }

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

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

border-color css

<style>
 span { border-color: #620C5F; }

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

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