Html Css Color HEX #621A69 Palatinate Purple

📋 copy color: '#621A69'

red 98 ◦ green 26 ◦ blue 105

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

Shades of Palatinate Purple #621A69

Tints of Palatinate Purple #621A69

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

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

R = 42.79%
G = 11.35%
B = 45.85%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621A69 (or 0x621A69) is known color: Palatinate Purple. HEX triplet: 62, 1A and 69. RGB value is (98,26,105). Sum of RGB (Red+Green+Blue) = 98+26+105=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 105 (41.41% from 255 or 45.85% from 229); Max value from RGB is 105 - color contains mainly: blue. Hex color #621A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A69 is #9DE596. Grayscale: #383838. Windows color (decimal): -10347927 or 6888034. OLE color: 6888034.

HSL color Cylindrical-coordinate representation of color #621A69: hue angle of 294.68º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621A69 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 26 105 -
CMYK 0.07 0.75 0 0.59
HSL 294.68º 0.6% 0.26% -
HSV(B) 294.68º 0.75% 0.41% -
XYZ 7.96 4.36 13.79 -
YUV 56.53 155.35 157.58 -
System Red Green Blue C M Y K H S L
Decimal 98 26 105 0.07 0.75 0 0.59 294.68 0.6 0.26
Hex 62 1A 69 7 4B 0 3B 127 3C 1A
Octal 142 32 151 7 113 0 73 447 74 32
Binary 1100010 11010 1101001 111 1001011 0 111011 100100111 111100 11010

Color Harmonies of #621A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621A69

Black with #621A69

Text Example


Text Example

White with #621A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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