Html Css Color HEX #68255B Palatinate Purple

📋 copy color: '#68255B'

red 104 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #68255B

Tints of Palatinate Purple #68255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 44.83%
G = 15.95%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68255B (or 0x68255B) is known color: Palatinate Purple. HEX triplet: 68, 25 and 5B. RGB value is (104,37,91). Sum of RGB (Red+Green+Blue) = 104+37+91=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68255B is #97DAA4. Grayscale: #3F3F3F. Windows color (decimal): -9951909 or 5973352. OLE color: 5973352.

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

Color convert

RGB 104 37 91 -
CMYK 0 0.64 0.12 0.59
HSL 311.64º 0.48% 0.28% -
HSV(B) 311.64º 0.64% 0.41% -
XYZ 8.26 5.02 10.43 -
YUV 63.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 104 37 91 0 0.64 0.12 0.59 311.64 0.48 0.28
Hex 68 25 5B 0 40 C 3B 138 30 1C
Octal 150 45 133 0 100 14 73 470 60 34
Binary 1101000 100101 1011011 0 1000000 1100 111011 100111000 110000 11100

Color Harmonies of #68255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68255B

Black with #68255B

Text Example


Text Example

White with #68255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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