Html Css Color HEX #620B69 Palatinate Purple

📋 copy color: '#620B69'

red 98 ◦ green 11 ◦ blue 105

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

Shades of Palatinate Purple #620B69

Tints of Palatinate Purple #620B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 45.79%
G = 5.14%
B = 49.07%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#620B69 (or 0x620B69) is known color: Palatinate Purple. HEX triplet: 62, 0B and 69. RGB value is (98,11,105). Sum of RGB (Red+Green+Blue) = 98+11+105=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #620B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620B69 is #9DF496. Grayscale: #2F2F2F. Windows color (decimal): -10351767 or 6884194. OLE color: 6884194.

HSL color Cylindrical-coordinate representation of color #620B69: hue angle of 295.53º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #620B69 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 11 105 -
CMYK 0.07 0.90 0 0.59
HSL 295.53º 0.81% 0.23% -
HSV(B) 295.53º 0.9% 0.41% -
XYZ 7.71 3.86 13.7 -
YUV 47.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 98 11 105 0.07 0.90 0 0.59 295.53 0.81 0.23
Hex 62 B 69 7 5A 0 3B 128 51 17
Octal 142 13 151 7 132 0 73 450 121 27
Binary 1100010 1011 1101001 111 1011010 0 111011 100101000 1010001 10111

Color Harmonies of #620B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620B69

Black with #620B69

Text Example


Text Example

White with #620B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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