Html Css Color HEX #6C1A5E Palatinate Purple

📋 copy color: '#6C1A5E'

red 108 ◦ green 26 ◦ blue 94

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

Shades of Palatinate Purple #6C1A5E

Tints of Palatinate Purple #6C1A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.4%

 BLUE value IS 94 (37.11% from 255) = 41.23%

R = 47.37%
G = 11.4%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C1A5E (or 0x6C1A5E) is known color: Palatinate Purple. HEX triplet: 6C, 1A and 5E. RGB value is (108,26,94). Sum of RGB (Red+Green+Blue) = 108+26+94=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1A5E is #93E5A1. Grayscale: #3A3A3A. Windows color (decimal): -9692578 or 6167148. OLE color: 6167148.

HSL color Cylindrical-coordinate representation of color #6C1A5E: hue angle of 310.24º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C1A5E is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 26 94 -
CMYK 0 0.76 0.13 0.58
HSL 310.24º 0.61% 0.26% -
HSV(B) 310.24º 0.76% 0.42% -
XYZ 8.57 4.74 11.05 -
YUV 58.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 108 26 94 0 0.76 0.13 0.58 310.24 0.61 0.26
Hex 6C 1A 5E 0 4C D 3A 136 3D 1A
Octal 154 32 136 0 114 15 72 466 75 32
Binary 1101100 11010 1011110 0 1001100 1101 111010 100110110 111101 11010

Color Harmonies of #6C1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1A5E

Black with #6C1A5E

Text Example


Text Example

White with #6C1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,26,94); }

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

background-color css

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

 a { background-color: rgb(108,26,94); }

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

border-color css

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

 span { border-color: rgb(108,26,94); }

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