Html Css Color HEX #620769 Palatinate Purple

📋 copy color: '#620769'

red 98 ◦ green 7 ◦ blue 105

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

Shades of Palatinate Purple #620769

Tints of Palatinate Purple #620769

RGB

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

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

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

R = 46.67%
G = 3.33%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#620769 (or 0x620769) is known color: Palatinate Purple. HEX triplet: 62, 07 and 69. RGB value is (98,7,105). Sum of RGB (Red+Green+Blue) = 98+7+105=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #620769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620769 is #9DF896. Grayscale: #2D2D2D. Windows color (decimal): -10352791 or 6883170. OLE color: 6883170.

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

Color convert

RGB 98 7 105 -
CMYK 0.07 0.93 0 0.59
HSL 295.71º 0.88% 0.22% -
HSV(B) 295.71º 0.93% 0.41% -
XYZ 7.66 3.77 13.69 -
YUV 45.38 161.65 165.53 -
System Red Green Blue C M Y K H S L
Decimal 98 7 105 0.07 0.93 0 0.59 295.71 0.88 0.22
Hex 62 7 69 7 5D 0 3B 128 58 16
Octal 142 7 151 7 135 0 73 450 130 26
Binary 1100010 111 1101001 111 1011101 0 111011 100101000 1011000 10110

Color Harmonies of #620769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620769

Black with #620769

Text Example


Text Example

White with #620769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620769; }

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

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

background-color css

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

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

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

border-color css

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

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

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