Html Css Color HEX #620A69 Palatinate Purple

📋 copy color: '#620A69'

red 98 ◦ green 10 ◦ blue 105

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

Shades of Palatinate Purple #620A69

Tints of Palatinate Purple #620A69

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.69%

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

R = 46.01%
G = 4.69%
B = 49.3%

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

#620A69 (or 0x620A69) is known color: Palatinate Purple. HEX triplet: 62, 0A and 69. RGB value is (98,10,105). Sum of RGB (Red+Green+Blue) = 98+10+105=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #620A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620A69 is #9DF596. Grayscale: #2E2E2E. Windows color (decimal): -10352023 or 6883938. OLE color: 6883938.

HSL color Cylindrical-coordinate representation of color #620A69: hue angle of 295.58º degrees, saturation: 0.83, 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 #620A69 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 10 105 -
CMYK 0.07 0.90 0 0.59
HSL 295.58º 0.83% 0.23% -
HSV(B) 295.58º 0.9% 0.41% -
XYZ 7.7 3.83 13.7 -
YUV 47.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 98 10 105 0.07 0.90 0 0.59 295.58 0.83 0.23
Hex 62 A 69 7 5A 0 3B 128 53 17
Octal 142 12 151 7 132 0 73 450 123 27
Binary 1100010 1010 1101001 111 1011010 0 111011 100101000 1010011 10111

Color Harmonies of #620A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620A69

Black with #620A69

Text Example


Text Example

White with #620A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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