Html Css Color HEX #620C55 Palatinate Purple

📋 copy color: '#620C55'

red 98 ◦ green 12 ◦ blue 85

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

Shades of Palatinate Purple #620C55

Tints of Palatinate Purple #620C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.59%

R = 50.26%
G = 6.15%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#620C55 (or 0x620C55) is known color: Palatinate Purple. HEX triplet: 62, 0C and 55. RGB value is (98,12,85). Sum of RGB (Red+Green+Blue) = 98+12+85=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #620C55 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620C55 is #9DF3AA. Grayscale: #2D2D2D. Windows color (decimal): -10351531 or 5573730. OLE color: 5573730.

HSL color Cylindrical-coordinate representation of color #620C55: hue angle of 309.07º 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 #620C55 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 12 85 -
CMYK 0 0.88 0.13 0.62
HSL 309.07º 0.78% 0.22% -
HSV(B) 309.07º 0.88% 0.38% -
XYZ 6.81 3.52 8.91 -
YUV 46.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 98 12 85 0 0.88 0.13 0.62 309.07 0.78 0.22
Hex 62 C 55 0 58 D 3E 135 4E 16
Octal 142 14 125 0 130 15 76 465 116 26
Binary 1100010 1100 1010101 0 1011000 1101 111110 100110101 1001110 10110

Color Harmonies of #620C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620C55

Black with #620C55

Text Example


Text Example

White with #620C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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