Html Css Color HEX #68275F Palatinate Purple

📋 copy color: '#68275F'

red 104 ◦ green 39 ◦ blue 95

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

Shades of Palatinate Purple #68275F

Tints of Palatinate Purple #68275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

 BLUE value IS 95 (37.5% from 255) = 39.92%

R = 43.7%
G = 16.39%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68275F (or 0x68275F) is known color: Palatinate Purple. HEX triplet: 68, 27 and 5F. RGB value is (104,39,95). Sum of RGB (Red+Green+Blue) = 104+39+95=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #68275F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68275F is #97D8A0. Grayscale: #404040. Windows color (decimal): -9951393 or 6236008. OLE color: 6236008.

HSL color Cylindrical-coordinate representation of color #68275F: hue angle of 308.31º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68275F is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 39 95 -
CMYK 0 0.62 0.09 0.59
HSL 308.31º 0.45% 0.28% -
HSV(B) 308.31º 0.63% 0.41% -
XYZ 8.5 5.22 11.39 -
YUV 64.82 145.03 155.95 -
System Red Green Blue C M Y K H S L
Decimal 104 39 95 0 0.62 0.09 0.59 308.31 0.45 0.28
Hex 68 27 5F 0 3E 9 3B 134 2D 1C
Octal 150 47 137 0 76 11 73 464 55 34
Binary 1101000 100111 1011111 0 111110 1001 111011 100110100 101101 11100

Color Harmonies of #68275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68275F

Black with #68275F

Text Example


Text Example

White with #68275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68275F; }

 p { color: rgb(104,39,95); }

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

background-color css

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

 a { background-color: rgb(104,39,95); }

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

border-color css

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

 span { border-color: rgb(104,39,95); }

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