Html Css Color HEX #682269 Palatinate Purple

📋 copy color: '#682269'

red 104 ◦ green 34 ◦ blue 105

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

Shades of Palatinate Purple #682269

Tints of Palatinate Purple #682269

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

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

R = 42.8%
G = 13.99%
B = 43.21%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#682269 (or 0x682269) is known color: Palatinate Purple. HEX triplet: 68, 22 and 69. RGB value is (104,34,105). Sum of RGB (Red+Green+Blue) = 104+34+105=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #682269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682269 is #97DD96. Grayscale: #3E3E3E. Windows color (decimal): -9952663 or 6890088. OLE color: 6890088.

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

Color convert

RGB 104 34 105 -
CMYK 0.01 0.68 0 0.59
HSL 299.15º 0.51% 0.27% -
HSV(B) 299.15º 0.68% 0.41% -
XYZ 8.83 5.11 13.88 -
YUV 63.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 104 34 105 0.01 0.68 0 0.59 299.15 0.51 0.27
Hex 68 22 69 1 44 0 3B 12B 33 1B
Octal 150 42 151 1 104 0 73 453 63 33
Binary 1101000 100010 1101001 1 1000100 0 111011 100101011 110011 11011

Color Harmonies of #682269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682269

Black with #682269

Text Example


Text Example

White with #682269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682269; }

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

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

background-color css

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

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

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

border-color css

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

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

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