Html Css Color HEX #620B66 Palatinate Purple

📋 copy color: '#620B66'

red 98 ◦ green 11 ◦ blue 102

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

Shades of Palatinate Purple #620B66

Tints of Palatinate Purple #620B66

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.21%

 BLUE value IS 102 (40.23% from 255) = 48.34%

R = 46.45%
G = 5.21%
B = 48.34%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#620B66 (or 0x620B66) is known color: Palatinate Purple. HEX triplet: 62, 0B and 66. RGB value is (98,11,102). Sum of RGB (Red+Green+Blue) = 98+11+102=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #620B66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B66 is #9DF499. Grayscale: #2F2F2F. Windows color (decimal): -10351770 or 6687586. OLE color: 6687586.

HSL color Cylindrical-coordinate representation of color #620B66: hue angle of 297.36º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #620B66 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 98 11 102 -
CMYK 0.04 0.89 0 0.6
HSL 297.36º 0.81% 0.22% -
HSV(B) 297.36º 0.89% 0.4% -
XYZ 7.55 3.8 12.9 -
YUV 47.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 98 11 102 0.04 0.89 0 0.6 297.36 0.81 0.22
Hex 62 B 66 4 59 0 3C 129 51 16
Octal 142 13 146 4 131 0 74 451 121 26
Binary 1100010 1011 1100110 100 1011001 0 111100 100101001 1010001 10110

Color Harmonies of #620B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B66

Black with #620B66

Text Example


Text Example

White with #620B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,11,102); }

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

background-color css

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

 a { background-color: rgb(98,11,102); }

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

border-color css

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

 span { border-color: rgb(98,11,102); }

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