Html Css Color HEX #621D68 Palatinate Purple

📋 copy color: '#621D68'

red 98 ◦ green 29 ◦ blue 104

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

Shades of Palatinate Purple #621D68

Tints of Palatinate Purple #621D68

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.55%

 BLUE value IS 104 (41.02% from 255) = 45.02%

R = 42.42%
G = 12.55%
B = 45.02%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621D68 (or 0x621D68) is known color: Palatinate Purple. HEX triplet: 62, 1D and 68. RGB value is (98,29,104). Sum of RGB (Red+Green+Blue) = 98+29+104=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #621D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621D68 is #9DE297. Grayscale: #393939. Windows color (decimal): -10347160 or 6823266. OLE color: 6823266.

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

Color convert

RGB 98 29 104 -
CMYK 0.06 0.72 0 0.59
HSL 295.2º 0.56% 0.26% -
HSV(B) 295.2º 0.72% 0.41% -
XYZ 7.98 4.47 13.54 -
YUV 58.18 153.86 156.4 -
System Red Green Blue C M Y K H S L
Decimal 98 29 104 0.06 0.72 0 0.59 295.2 0.56 0.26
Hex 62 1D 68 6 48 0 3B 127 38 1A
Octal 142 35 150 6 110 0 73 447 70 32
Binary 1100010 11101 1101000 110 1001000 0 111011 100100111 111000 11010

Color Harmonies of #621D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621D68

Black with #621D68

Text Example


Text Example

White with #621D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,29,104); }

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

background-color css

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

 a { background-color: rgb(98,29,104); }

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

border-color css

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

 span { border-color: rgb(98,29,104); }

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