Html Css Color HEX #680958 Palatinate Purple

📋 copy color: '#680958'

red 104 ◦ green 9 ◦ blue 88

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

Shades of Palatinate Purple #680958

Tints of Palatinate Purple #680958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

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

R = 51.74%
G = 4.48%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#680958 (or 0x680958) is known color: Palatinate Purple. HEX triplet: 68, 09 and 58. RGB value is (104,9,88). Sum of RGB (Red+Green+Blue) = 104+9+88=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #680958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680958 is #97F6A7. Grayscale: #2E2E2E. Windows color (decimal): -9959080 or 5769576. OLE color: 5769576.

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

Color convert

RGB 104 9 88 -
CMYK 0 0.91 0.15 0.59
HSL 310.11º 0.84% 0.22% -
HSV(B) 310.11º 0.91% 0.41% -
XYZ 7.57 3.84 9.58 -
YUV 46.41 151.47 169.08 -
System Red Green Blue C M Y K H S L
Decimal 104 9 88 0 0.91 0.15 0.59 310.11 0.84 0.22
Hex 68 9 58 0 5B F 3B 136 54 16
Octal 150 11 130 0 133 17 73 466 124 26
Binary 1101000 1001 1011000 0 1011011 1111 111011 100110110 1010100 10110

Color Harmonies of #680958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680958

Black with #680958

Text Example


Text Example

White with #680958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680958; }

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

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

background-color css

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

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

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

border-color css

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

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

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