Html Css Color HEX #6C035E Palatinate Purple

📋 copy color: '#6C035E'

red 108 ◦ green 3 ◦ blue 94

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

Shades of Palatinate Purple #6C035E

Tints of Palatinate Purple #6C035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 52.68%
G = 1.46%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6C035E (or 0x6C035E) is known color: Palatinate Purple. HEX triplet: 6C, 03 and 5E. RGB value is (108,3,94). Sum of RGB (Red+Green+Blue) = 108+3+94=205 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.68% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 108 - color contains mainly: red. Hex color #6C035E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C035E is #93FCA1. Grayscale: #2C2C2C. Windows color (decimal): -9698466 or 6161260. OLE color: 6161260.

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

Color convert

RGB 108 3 94 -
CMYK 0 0.97 0.13 0.58
HSL 308º 0.95% 0.22% -
HSV(B) 308º 0.97% 0.42% -
XYZ 8.24 4.06 10.94 -
YUV 44.77 155.79 173.1 -
System Red Green Blue C M Y K H S L
Decimal 108 3 94 0 0.97 0.13 0.58 308 0.95 0.22
Hex 6C 3 5E 0 61 D 3A 134 5F 16
Octal 154 3 136 0 141 15 72 464 137 26
Binary 1101100 11 1011110 0 1100001 1101 111010 100110100 1011111 10110

Color Harmonies of #6C035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C035E

Black with #6C035E

Text Example


Text Example

White with #6C035E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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