Html Css Color HEX #621768 Palatinate Purple

📋 copy color: '#621768'

red 98 ◦ green 23 ◦ blue 104

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

Shades of Palatinate Purple #621768

Tints of Palatinate Purple #621768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.22%

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

R = 43.56%
G = 10.22%
B = 46.22%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621768 (or 0x621768) is known color: Palatinate Purple. HEX triplet: 62, 17 and 68. RGB value is (98,23,104). Sum of RGB (Red+Green+Blue) = 98+23+104=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #621768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621768 is #9DE897. Grayscale: #363636. Windows color (decimal): -10348696 or 6821730. OLE color: 6821730.

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

Color convert

RGB 98 23 104 -
CMYK 0.06 0.78 0 0.59
HSL 295.56º 0.64% 0.25% -
HSV(B) 295.56º 0.78% 0.41% -
XYZ 7.84 4.21 13.5 -
YUV 54.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 98 23 104 0.06 0.78 0 0.59 295.56 0.64 0.25
Hex 62 17 68 6 4E 0 3B 128 40 19
Octal 142 27 150 6 116 0 73 450 100 31
Binary 1100010 10111 1101000 110 1001110 0 111011 100101000 1000000 11001

Color Harmonies of #621768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621768

Black with #621768

Text Example


Text Example

White with #621768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621768; }

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

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

background-color css

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

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

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

border-color css

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

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

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