Html Css Color HEX #682069 Palatinate Purple

📋 copy color: '#682069'

red 104 ◦ green 32 ◦ blue 105

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

Shades of Palatinate Purple #682069

Tints of Palatinate Purple #682069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.28%

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 43.15%
G = 13.28%
B = 43.57%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#682069 (or 0x682069) is known color: Palatinate Purple. HEX triplet: 68, 20 and 69. RGB value is (104,32,105). Sum of RGB (Red+Green+Blue) = 104+32+105=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #682069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682069 is #97DF96. Grayscale: #3D3D3D. Windows color (decimal): -9953175 or 6889576. OLE color: 6889576.

HSL color Cylindrical-coordinate representation of color #682069: hue angle of 299.18º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682069 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 105 -
CMYK 0.01 0.70 0 0.59
HSL 299.18º 0.53% 0.27% -
HSV(B) 299.18º 0.7% 0.41% -
XYZ 8.78 5 13.87 -
YUV 61.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 104 32 105 0.01 0.70 0 0.59 299.18 0.53 0.27
Hex 68 20 69 1 46 0 3B 12B 35 1B
Octal 150 40 151 1 106 0 73 453 65 33
Binary 1101000 100000 1101001 1 1000110 0 111011 100101011 110101 11011

Color Harmonies of #682069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682069

Black with #682069

Text Example


Text Example

White with #682069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682069; }

 p { color: rgb(104,32,105); }

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

background-color css

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

 a { background-color: rgb(104,32,105); }

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

border-color css

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

 span { border-color: rgb(104,32,105); }

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