Html Css Color HEX #621368 Palatinate Purple

📋 copy color: '#621368'

red 98 ◦ green 19 ◦ blue 104

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

Shades of Palatinate Purple #621368

Tints of Palatinate Purple #621368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.6%

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

R = 44.34%
G = 8.6%
B = 47.06%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621368 (or 0x621368) is known color: Palatinate Purple. HEX triplet: 62, 13 and 68. RGB value is (98,19,104). Sum of RGB (Red+Green+Blue) = 98+19+104=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #621368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621368 is #9DEC97. Grayscale: #343434. Windows color (decimal): -10349720 or 6820706. OLE color: 6820706.

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

Color convert

RGB 98 19 104 -
CMYK 0.06 0.82 0 0.59
HSL 295.76º 0.69% 0.24% -
HSV(B) 295.76º 0.82% 0.41% -
XYZ 7.77 4.06 13.47 -
YUV 52.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 98 19 104 0.06 0.82 0 0.59 295.76 0.69 0.24
Hex 62 13 68 6 52 0 3B 128 45 18
Octal 142 23 150 6 122 0 73 450 105 30
Binary 1100010 10011 1101000 110 1010010 0 111011 100101000 1000101 11000

Color Harmonies of #621368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621368

Black with #621368

Text Example


Text Example

White with #621368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621368; }

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

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

background-color css

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

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

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

border-color css

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

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

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