Html Css Color HEX #682958 Palatinate Purple

📋 copy color: '#682958'

red 104 ◦ green 41 ◦ blue 88

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

Shades of Palatinate Purple #682958

Tints of Palatinate Purple #682958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.6%

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

R = 44.64%
G = 17.6%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#682958 (or 0x682958) is known color: Palatinate Purple. HEX triplet: 68, 29 and 58. RGB value is (104,41,88). Sum of RGB (Red+Green+Blue) = 104+41+88=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #682958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682958 is #97D6A7. Grayscale: #414141. Windows color (decimal): -9950888 or 5777768. OLE color: 5777768.

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

Color convert

RGB 104 41 88 -
CMYK 0 0.61 0.15 0.59
HSL 315.24º 0.43% 0.28% -
HSV(B) 315.24º 0.61% 0.41% -
XYZ 8.26 5.23 9.81 -
YUV 65.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 104 41 88 0 0.61 0.15 0.59 315.24 0.43 0.28
Hex 68 29 58 0 3D F 3B 13B 2B 1C
Octal 150 51 130 0 75 17 73 473 53 34
Binary 1101000 101001 1011000 0 111101 1111 111011 100111011 101011 11100

Color Harmonies of #682958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682958

Black with #682958

Text Example


Text Example

White with #682958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682958; }

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

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

background-color css

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

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

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

border-color css

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

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

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