Html Css Color HEX #6B325D Palatinate Purple

📋 copy color: '#6B325D'

red 107 ◦ green 50 ◦ blue 93

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

Shades of Palatinate Purple #6B325D

Tints of Palatinate Purple #6B325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

 BLUE value IS 93 (36.72% from 255) = 37.2%

R = 42.8%
G = 20%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B325D (or 0x6B325D) is known color: Palatinate Purple. HEX triplet: 6B, 32 and 5D. RGB value is (107,50,93). Sum of RGB (Red+Green+Blue) = 107+50+93=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 107 - color contains mainly: red. Hex color #6B325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B325D is #94CDA2. Grayscale: #474747. Windows color (decimal): -9751971 or 6107755. OLE color: 6107755.

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

Color convert

RGB 107 50 93 -
CMYK 0 0.53 0.13 0.58
HSL 314.74º 0.36% 0.31% -
HSV(B) 314.74º 0.53% 0.42% -
XYZ 9.18 6.2 11.07 -
YUV 71.95 139.88 153 -
System Red Green Blue C M Y K H S L
Decimal 107 50 93 0 0.53 0.13 0.58 314.74 0.36 0.31
Hex 6B 32 5D 0 35 D 3A 13B 24 1F
Octal 153 62 135 0 65 15 72 473 44 37
Binary 1101011 110010 1011101 0 110101 1101 111010 100111011 100100 11111

Color Harmonies of #6B325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B325D

Black with #6B325D

Text Example


Text Example

White with #6B325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,93); }

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

background-color css

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

 a { background-color: rgb(107,50,93); }

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

border-color css

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

 span { border-color: rgb(107,50,93); }

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