Html Css Color HEX #620968 Palatinate Purple

📋 copy color: '#620968'

red 98 ◦ green 9 ◦ blue 104

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

Shades of Palatinate Purple #620968

Tints of Palatinate Purple #620968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 46.45%
G = 4.27%
B = 49.29%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#620968 (or 0x620968) is known color: Palatinate Purple. HEX triplet: 62, 09 and 68. RGB value is (98,9,104). Sum of RGB (Red+Green+Blue) = 98+9+104=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #620968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620968 is #9DF697. Grayscale: #2E2E2E. Windows color (decimal): -10352280 or 6818146. OLE color: 6818146.

HSL color Cylindrical-coordinate representation of color #620968: hue angle of 296.21º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #620968 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 9 104 -
CMYK 0.06 0.91 0 0.59
HSL 296.21º 0.84% 0.22% -
HSV(B) 296.21º 0.91% 0.41% -
XYZ 7.63 3.79 13.43 -
YUV 46.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 98 9 104 0.06 0.91 0 0.59 296.21 0.84 0.22
Hex 62 9 68 6 5B 0 3B 128 54 16
Octal 142 11 150 6 133 0 73 450 124 26
Binary 1100010 1001 1101000 110 1011011 0 111011 100101000 1010100 10110

Color Harmonies of #620968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620968

Black with #620968

Text Example


Text Example

White with #620968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620968; }

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

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

background-color css

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

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

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

border-color css

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

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

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