Html Css Color HEX #6B355B Palatinate Purple

📋 copy color: '#6B355B'

red 107 ◦ green 53 ◦ blue 91

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

Shades of Palatinate Purple #6B355B

Tints of Palatinate Purple #6B355B

RGB

 RED value IS 107 (42.19% from 255) = 42.63%

 GREEN value IS 53 (21.09% from 255) = 21.12%

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

R = 42.63%
G = 21.12%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B355B (or 0x6B355B) is known color: Palatinate Purple. HEX triplet: 6B, 35 and 5B. RGB value is (107,53,91). Sum of RGB (Red+Green+Blue) = 107+53+91=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B355B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B355B is #94CAA4. Grayscale: #494949. Windows color (decimal): -9751205 or 5977451. OLE color: 5977451.

HSL color Cylindrical-coordinate representation of color #6B355B: hue angle of 317.78º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B355B is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 53 91 -
CMYK 0 0.50 0.15 0.58
HSL 317.78º 0.34% 0.31% -
HSV(B) 317.78º 0.5% 0.42% -
XYZ 9.22 6.43 10.65 -
YUV 73.48 137.89 151.91 -
System Red Green Blue C M Y K H S L
Decimal 107 53 91 0 0.50 0.15 0.58 317.78 0.34 0.31
Hex 6B 35 5B 0 32 F 3A 13E 22 1F
Octal 153 65 133 0 62 17 72 476 42 37
Binary 1101011 110101 1011011 0 110010 1111 111010 100111110 100010 11111

Color Harmonies of #6B355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B355B

Black with #6B355B

Text Example


Text Example

White with #6B355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,53,91); }

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

background-color css

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

 a { background-color: rgb(107,53,91); }

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

border-color css

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

 span { border-color: rgb(107,53,91); }

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