Html Css Color HEX #6C335F Palatinate Purple

📋 copy color: '#6C335F'

red 108 ◦ green 51 ◦ blue 95

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

Shades of Palatinate Purple #6C335F

Tints of Palatinate Purple #6C335F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.08%

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

R = 42.52%
G = 20.08%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C335F (or 0x6C335F) is known color: Palatinate Purple. HEX triplet: 6C, 33 and 5F. RGB value is (108,51,95). Sum of RGB (Red+Green+Blue) = 108+51+95=254 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.52% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 95 (37.5% from 255 or 37.40% from 254); Max value from RGB is 108 - color contains mainly: red. Hex color #6C335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C335F is #93CCA0. Grayscale: #484848. Windows color (decimal): -9686177 or 6239084. OLE color: 6239084.

HSL color Cylindrical-coordinate representation of color #6C335F: hue angle of 313.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C335F is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 51 95 -
CMYK 0 0.53 0.12 0.58
HSL 313.68º 0.36% 0.31% -
HSV(B) 313.68º 0.53% 0.42% -
XYZ 9.43 6.38 11.56 -
YUV 73.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 108 51 95 0 0.53 0.12 0.58 313.68 0.36 0.31
Hex 6C 33 5F 0 35 C 3A 13A 24 1F
Octal 154 63 137 0 65 14 72 472 44 37
Binary 1101100 110011 1011111 0 110101 1100 111010 100111010 100100 11111

Color Harmonies of #6C335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C335F

Black with #6C335F

Text Example


Text Example

White with #6C335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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