Html Css Color HEX #621969 Palatinate Purple

📋 copy color: '#621969'

red 98 ◦ green 25 ◦ blue 105

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

Shades of Palatinate Purple #621969

Tints of Palatinate Purple #621969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.96%

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

R = 42.98%
G = 10.96%
B = 46.05%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621969 (or 0x621969) is known color: Palatinate Purple. HEX triplet: 62, 19 and 69. RGB value is (98,25,105). Sum of RGB (Red+Green+Blue) = 98+25+105=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #621969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621969 is #9DE696. Grayscale: #373737. Windows color (decimal): -10348183 or 6887778. OLE color: 6887778.

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

Color convert

RGB 98 25 105 -
CMYK 0.07 0.76 0 0.59
HSL 294.75º 0.62% 0.25% -
HSV(B) 294.75º 0.76% 0.41% -
XYZ 7.93 4.31 13.78 -
YUV 55.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 98 25 105 0.07 0.76 0 0.59 294.75 0.62 0.25
Hex 62 19 69 7 4C 0 3B 127 3E 19
Octal 142 31 151 7 114 0 73 447 76 31
Binary 1100010 11001 1101001 111 1001100 0 111011 100100111 111110 11001

Color Harmonies of #621969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621969

Black with #621969

Text Example


Text Example

White with #621969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621969; }

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

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

background-color css

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

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

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

border-color css

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

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

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