Html Css Color HEX #621369 Palatinate Purple

📋 copy color: '#621369'

red 98 ◦ green 19 ◦ blue 105

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

Shades of Palatinate Purple #621369

Tints of Palatinate Purple #621369

RGB

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

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

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

R = 44.14%
G = 8.56%
B = 47.3%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621369 (or 0x621369) is known color: Palatinate Purple. HEX triplet: 62, 13 and 69. RGB value is (98,19,105). Sum of RGB (Red+Green+Blue) = 98+19+105=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #621369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621369 is #9DEC96. Grayscale: #343434. Windows color (decimal): -10349719 or 6886242. OLE color: 6886242.

HSL color Cylindrical-coordinate representation of color #621369: hue angle of 295.12º 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 #621369 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 19 105 -
CMYK 0.07 0.82 0 0.59
HSL 295.12º 0.69% 0.24% -
HSV(B) 295.12º 0.82% 0.41% -
XYZ 7.82 4.08 13.74 -
YUV 52.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 98 19 105 0.07 0.82 0 0.59 295.12 0.69 0.24
Hex 62 13 69 7 52 0 3B 127 45 18
Octal 142 23 151 7 122 0 73 447 105 30
Binary 1100010 10011 1101001 111 1010010 0 111011 100100111 1000101 11000

Color Harmonies of #621369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621369

Black with #621369

Text Example


Text Example

White with #621369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621369; }

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

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

background-color css

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

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

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

border-color css

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

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

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