Html Css Color HEX #683058 Palatinate Purple

📋 copy color: '#683058'

red 104 ◦ green 48 ◦ blue 88

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

Shades of Palatinate Purple #683058

Tints of Palatinate Purple #683058

RGB

 RED value IS 104 (41.02% from 255) = 43.33%

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 88 (34.77% from 255) = 36.67%

R = 43.33%
G = 20%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#683058 (or 0x683058) is known color: Palatinate Purple. HEX triplet: 68, 30 and 58. RGB value is (104,48,88). Sum of RGB (Red+Green+Blue) = 104+48+88=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #683058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683058 is #97CFA7. Grayscale: #454545. Windows color (decimal): -9949096 or 5779560. OLE color: 5779560.

HSL color Cylindrical-coordinate representation of color #683058: hue angle of 317.14º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683058 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 48 88 -
CMYK 0 0.54 0.15 0.59
HSL 317.14º 0.37% 0.3% -
HSV(B) 317.14º 0.54% 0.41% -
XYZ 8.53 5.76 9.9 -
YUV 69.3 138.55 152.75 -
System Red Green Blue C M Y K H S L
Decimal 104 48 88 0 0.54 0.15 0.59 317.14 0.37 0.3
Hex 68 30 58 0 36 F 3B 13D 25 1E
Octal 150 60 130 0 66 17 73 475 45 36
Binary 1101000 110000 1011000 0 110110 1111 111011 100111101 100101 11110

Color Harmonies of #683058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683058

Black with #683058

Text Example


Text Example

White with #683058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683058; }

 p { color: rgb(104,48,88); }

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

background-color css

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

 a { background-color: rgb(104,48,88); }

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

border-color css

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

 span { border-color: rgb(104,48,88); }

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