Html Css Color HEX #623361 Palatinate Purple

📋 copy color: '#623361'

red 98 ◦ green 51 ◦ blue 97

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

Shades of Palatinate Purple #623361

Tints of Palatinate Purple #623361

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

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

R = 39.84%
G = 20.73%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#623361 (or 0x623361) is known color: Palatinate Purple. HEX triplet: 62, 33 and 61. RGB value is (98,51,97). Sum of RGB (Red+Green+Blue) = 98+51+97=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #623361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623361 is #9DCC9E. Grayscale: #464646. Windows color (decimal): -10341535 or 6370146. OLE color: 6370146.

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

Color convert

RGB 98 51 97 -
CMYK 0 0.48 0.01 0.62
HSL 301.28º 0.32% 0.29% -
HSV(B) 301.28º 0.48% 0.38% -
XYZ 8.38 5.83 11.99 -
YUV 70.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 98 51 97 0 0.48 0.01 0.62 301.28 0.32 0.29
Hex 62 33 61 0 30 1 3E 12D 20 1D
Octal 142 63 141 0 60 1 76 455 40 35
Binary 1100010 110011 1100001 0 110000 1 111110 100101101 100000 11101

Color Harmonies of #623361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623361

Black with #623361

Text Example


Text Example

White with #623361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623361; }

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

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

background-color css

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

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

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

border-color css

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

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

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