Html Css Color HEX #623461 Palatinate Purple

📋 copy color: '#623461'

red 98 ◦ green 52 ◦ blue 97

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

Shades of Palatinate Purple #623461

Tints of Palatinate Purple #623461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

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

R = 39.68%
G = 21.05%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#623461 (or 0x623461) is known color: Palatinate Purple. HEX triplet: 62, 34 and 61. RGB value is (98,52,97). Sum of RGB (Red+Green+Blue) = 98+52+97=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #623461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623461 is #9DCB9E. Grayscale: #464646. Windows color (decimal): -10341279 or 6370402. OLE color: 6370402.

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

Color convert

RGB 98 52 97 -
CMYK 0 0.47 0.01 0.62
HSL 301.3º 0.31% 0.29% -
HSV(B) 301.3º 0.47% 0.38% -
XYZ 8.42 5.92 12.01 -
YUV 70.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 98 52 97 0 0.47 0.01 0.62 301.3 0.31 0.29
Hex 62 34 61 0 2F 1 3E 12D 1F 1D
Octal 142 64 141 0 57 1 76 455 37 35
Binary 1100010 110100 1100001 0 101111 1 111110 100101101 11111 11101

Color Harmonies of #623461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #623461

Black with #623461

Text Example


Text Example

White with #623461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #623461; }

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

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

background-color css

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

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

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

border-color css

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

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

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