Html Css Color HEX #68275B Palatinate Purple

📋 copy color: '#68275B'

red 104 ◦ green 39 ◦ blue 91

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

Shades of Palatinate Purple #68275B

Tints of Palatinate Purple #68275B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 44.44%
G = 16.67%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68275B (or 0x68275B) is known color: Palatinate Purple. HEX triplet: 68, 27 and 5B. RGB value is (104,39,91). Sum of RGB (Red+Green+Blue) = 104+39+91=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68275B is #97D8A4. Grayscale: #404040. Windows color (decimal): -9951397 or 5973864. OLE color: 5973864.

HSL color Cylindrical-coordinate representation of color #68275B: hue angle of 312º 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 #68275B is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 39 91 -
CMYK 0 0.62 0.12 0.59
HSL 312º 0.45% 0.28% -
HSV(B) 312º 0.63% 0.41% -
XYZ 8.32 5.15 10.45 -
YUV 64.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 104 39 91 0 0.62 0.12 0.59 312 0.45 0.28
Hex 68 27 5B 0 3E C 3B 138 2D 1C
Octal 150 47 133 0 76 14 73 470 55 34
Binary 1101000 100111 1011011 0 111110 1100 111011 100111000 101101 11100

Color Harmonies of #68275B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68275B

Black with #68275B

Text Example


Text Example

White with #68275B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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