Html Css Color HEX #68265C Palatinate Purple

📋 copy color: '#68265C'

red 104 ◦ green 38 ◦ blue 92

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

Shades of Palatinate Purple #68265C

Tints of Palatinate Purple #68265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.24%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 44.44%
G = 16.24%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68265C (or 0x68265C) is known color: Palatinate Purple. HEX triplet: 68, 26 and 5C. RGB value is (104,38,92). Sum of RGB (Red+Green+Blue) = 104+38+92=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68265C is #97D9A3. Grayscale: #3F3F3F. Windows color (decimal): -9951652 or 6039144. OLE color: 6039144.

HSL color Cylindrical-coordinate representation of color #68265C: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68265C is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 38 92 -
CMYK 0 0.63 0.12 0.59
HSL 310.91º 0.46% 0.28% -
HSV(B) 310.91º 0.63% 0.41% -
XYZ 8.33 5.1 10.67 -
YUV 63.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 104 38 92 0 0.63 0.12 0.59 310.91 0.46 0.28
Hex 68 26 5C 0 3F C 3B 137 2E 1C
Octal 150 46 134 0 77 14 73 467 56 34
Binary 1101000 100110 1011100 0 111111 1100 111011 100110111 101110 11100

Color Harmonies of #68265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68265C

Black with #68265C

Text Example


Text Example

White with #68265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68265C; }

 p { color: rgb(104,38,92); }

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

background-color css

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

 a { background-color: rgb(104,38,92); }

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

border-color css

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

 span { border-color: rgb(104,38,92); }

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