Html Css Color HEX #6C035F Palatinate Purple

📋 copy color: '#6C035F'

red 108 ◦ green 3 ◦ blue 95

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

Shades of Palatinate Purple #6C035F

Tints of Palatinate Purple #6C035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 52.43%
G = 1.46%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C035F (or 0x6C035F) is known color: Palatinate Purple. HEX triplet: 6C, 03 and 5F. RGB value is (108,3,95). Sum of RGB (Red+Green+Blue) = 108+3+95=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C035F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C035F is #93FCA0. Grayscale: #2C2C2C. Windows color (decimal): -9698465 or 6226796. OLE color: 6226796.

HSL color Cylindrical-coordinate representation of color #6C035F: hue angle of 307.43º 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 #6C035F is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 3 95 -
CMYK 0 0.97 0.12 0.58
HSL 307.43º 0.95% 0.22% -
HSV(B) 307.43º 0.97% 0.42% -
XYZ 8.28 4.08 11.18 -
YUV 44.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 108 3 95 0 0.97 0.12 0.58 307.43 0.95 0.22
Hex 6C 3 5F 0 61 C 3A 133 5F 16
Octal 154 3 137 0 141 14 72 463 137 26
Binary 1101100 11 1011111 0 1100001 1100 111010 100110011 1011111 10110

Color Harmonies of #6C035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C035F

Black with #6C035F

Text Example


Text Example

White with #6C035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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