Html Css Color HEX #6C065B Palatinate Purple

📋 copy color: '#6C065B'

red 108 ◦ green 6 ◦ blue 91

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

Shades of Palatinate Purple #6C065B

Tints of Palatinate Purple #6C065B

RGB

 RED value IS 108 (42.58% from 255) = 52.68%

 GREEN value IS 6 (2.73% from 255) = 2.93%

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

R = 52.68%
G = 2.93%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C065B (or 0x6C065B) is known color: Palatinate Purple. HEX triplet: 6C, 06 and 5B. RGB value is (108,6,91). Sum of RGB (Red+Green+Blue) = 108+6+91=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C065B is #93F9A4. Grayscale: #2D2D2D. Windows color (decimal): -9697701 or 5965420. OLE color: 5965420.

HSL color Cylindrical-coordinate representation of color #6C065B: hue angle of 310º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C065B is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 6 91 -
CMYK 0 0.94 0.16 0.58
HSL 310º 0.89% 0.22% -
HSV(B) 310º 0.94% 0.42% -
XYZ 8.14 4.07 10.25 -
YUV 46.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 108 6 91 0 0.94 0.16 0.58 310 0.89 0.22
Hex 6C 6 5B 0 5E 10 3A 136 59 16
Octal 154 6 133 0 136 20 72 466 131 26
Binary 1101100 110 1011011 0 1011110 10000 111010 100110110 1011001 10110

Color Harmonies of #6C065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C065B

Black with #6C065B

Text Example


Text Example

White with #6C065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C065B; }

 p { color: rgb(108,6,91); }

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

background-color css

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

 a { background-color: rgb(108,6,91); }

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

border-color css

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

 span { border-color: rgb(108,6,91); }

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