Html Css Color HEX #622350 Palatinate Purple

📋 copy color: '#622350'

red 98 ◦ green 35 ◦ blue 80

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

Shades of Palatinate Purple #622350

Tints of Palatinate Purple #622350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.56%

R = 46.01%
G = 16.43%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#622350 (or 0x622350) is known color: Palatinate Purple. HEX triplet: 62, 23 and 50. RGB value is (98,35,80). Sum of RGB (Red+Green+Blue) = 98+35+80=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #622350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622350 is #9DDCAF. Grayscale: #3A3A3A. Windows color (decimal): -10345648 or 5251938. OLE color: 5251938.

HSL color Cylindrical-coordinate representation of color #622350: hue angle of 317.14º 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 #622350 is Cyan = 0, Magento = 0.64, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 35 80 -
CMYK 0 0.64 0.18 0.62
HSL 317.14º 0.47% 0.26% -
HSV(B) 317.14º 0.64% 0.38% -
XYZ 7.09 4.38 8.06 -
YUV 58.97 139.87 155.84 -
System Red Green Blue C M Y K H S L
Decimal 98 35 80 0 0.64 0.18 0.62 317.14 0.47 0.26
Hex 62 23 50 0 40 12 3E 13D 2F 1A
Octal 142 43 120 0 100 22 76 475 57 32
Binary 1100010 100011 1010000 0 1000000 10010 111110 100111101 101111 11010

Color Harmonies of #622350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622350

Black with #622350

Text Example


Text Example

White with #622350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622350; }

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

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

background-color css

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

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

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

border-color css

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

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

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