Html Css Color HEX #620767 Palatinate Purple

📋 copy color: '#620767'

red 98 ◦ green 7 ◦ blue 103

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

Shades of Palatinate Purple #620767

Tints of Palatinate Purple #620767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.37%

 BLUE value IS 103 (40.63% from 255) = 49.52%

R = 47.12%
G = 3.37%
B = 49.52%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#620767 (or 0x620767) is known color: Palatinate Purple. HEX triplet: 62, 07 and 67. RGB value is (98,7,103). Sum of RGB (Red+Green+Blue) = 98+7+103=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 103 (40.62% from 255 or 49.52% from 208); Max value from RGB is 103 - color contains mainly: blue. Hex color #620767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620767 is #9DF898. Grayscale: #2C2C2C. Windows color (decimal): -10352793 or 6752098. OLE color: 6752098.

HSL color Cylindrical-coordinate representation of color #620767: hue angle of 296.88º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #620767 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 7 103 -
CMYK 0.05 0.93 0 0.60
HSL 296.88º 0.87% 0.22% -
HSV(B) 296.88º 0.93% 0.4% -
XYZ 7.56 3.73 13.15 -
YUV 45.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 98 7 103 0.05 0.93 0 0.60 296.88 0.87 0.22
Hex 62 7 67 5 5D 0 3C 129 57 16
Octal 142 7 147 5 135 0 74 451 127 26
Binary 1100010 111 1100111 101 1011101 0 111100 100101001 1010111 10110

Color Harmonies of #620767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620767

Black with #620767

Text Example


Text Example

White with #620767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620767; }

 p { color: rgb(98,7,103); }

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

background-color css

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

 a { background-color: rgb(98,7,103); }

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

border-color css

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

 span { border-color: rgb(98,7,103); }

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