Html Css Color HEX #622361 Palatinate Purple

📋 copy color: '#622361'

red 98 ◦ green 35 ◦ blue 97

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

Shades of Palatinate Purple #622361

Tints of Palatinate Purple #622361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

 BLUE value IS 97 (38.28% from 255) = 42.17%

R = 42.61%
G = 15.22%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#622361 (or 0x622361) is known color: Palatinate Purple. HEX triplet: 62, 23 and 61. RGB value is (98,35,97). Sum of RGB (Red+Green+Blue) = 98+35+97=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #622361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622361 is #9DDC9E. Grayscale: #3C3C3C. Windows color (decimal): -10345631 or 6366050. OLE color: 6366050.

HSL color Cylindrical-coordinate representation of color #622361: hue angle of 300.95º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #622361 is Cyan = 0, Magento = 0.64, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 35 97 -
CMYK 0 0.64 0.01 0.62
HSL 300.95º 0.47% 0.26% -
HSV(B) 300.95º 0.64% 0.38% -
XYZ 7.8 4.66 11.8 -
YUV 60.91 148.37 154.46 -
System Red Green Blue C M Y K H S L
Decimal 98 35 97 0 0.64 0.01 0.62 300.95 0.47 0.26
Hex 62 23 61 0 40 1 3E 12D 2F 1A
Octal 142 43 141 0 100 1 76 455 57 32
Binary 1100010 100011 1100001 0 1000000 1 111110 100101101 101111 11010

Color Harmonies of #622361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622361

Black with #622361

Text Example


Text Example

White with #622361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622361; }

 p { color: rgb(98,35,97); }

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

background-color css

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

 a { background-color: rgb(98,35,97); }

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

border-color css

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

 span { border-color: rgb(98,35,97); }

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