Html Css Color HEX #620F68 Palatinate Purple

📋 copy color: '#620F68'

red 98 ◦ green 15 ◦ blue 104

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

Shades of Palatinate Purple #620F68

Tints of Palatinate Purple #620F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.91%

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 45.16%
G = 6.91%
B = 47.93%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#620F68 (or 0x620F68) is known color: Palatinate Purple. HEX triplet: 62, 0F and 68. RGB value is (98,15,104). Sum of RGB (Red+Green+Blue) = 98+15+104=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #620F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F68 is #9DF097. Grayscale: #313131. Windows color (decimal): -10350744 or 6819682. OLE color: 6819682.

HSL color Cylindrical-coordinate representation of color #620F68: hue angle of 295.96º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620F68 is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 15 104 -
CMYK 0.06 0.86 0 0.59
HSL 295.96º 0.75% 0.23% -
HSV(B) 295.96º 0.86% 0.41% -
XYZ 7.71 3.94 13.45 -
YUV 49.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 98 15 104 0.06 0.86 0 0.59 295.96 0.75 0.23
Hex 62 F 68 6 56 0 3B 128 4B 17
Octal 142 17 150 6 126 0 73 450 113 27
Binary 1100010 1111 1101000 110 1010110 0 111011 100101000 1001011 10111

Color Harmonies of #620F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F68

Black with #620F68

Text Example


Text Example

White with #620F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,15,104); }

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

background-color css

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

 a { background-color: rgb(98,15,104); }

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

border-color css

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

 span { border-color: rgb(98,15,104); }

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