Html Css Color HEX #621268 Palatinate Purple

📋 copy color: '#621268'

red 98 ◦ green 18 ◦ blue 104

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

Shades of Palatinate Purple #621268

Tints of Palatinate Purple #621268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 44.55%
G = 8.18%
B = 47.27%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621268 (or 0x621268) is known color: Palatinate Purple. HEX triplet: 62, 12 and 68. RGB value is (98,18,104). Sum of RGB (Red+Green+Blue) = 98+18+104=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #621268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621268 is #9DED97. Grayscale: #333333. Windows color (decimal): -10349976 or 6820450. OLE color: 6820450.

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

Color convert

RGB 98 18 104 -
CMYK 0.06 0.83 0 0.59
HSL 295.81º 0.7% 0.24% -
HSV(B) 295.81º 0.83% 0.41% -
XYZ 7.75 4.03 13.47 -
YUV 51.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 98 18 104 0.06 0.83 0 0.59 295.81 0.7 0.24
Hex 62 12 68 6 53 0 3B 128 46 18
Octal 142 22 150 6 123 0 73 450 106 30
Binary 1100010 10010 1101000 110 1010011 0 111011 100101000 1000110 11000

Color Harmonies of #621268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621268

Black with #621268

Text Example


Text Example

White with #621268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621268; }

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

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

background-color css

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

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

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

border-color css

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

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

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