Html Css Color HEX #6B385D Palatinate Purple

📋 copy color: '#6B385D'

red 107 ◦ green 56 ◦ blue 93

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

Shades of Palatinate Purple #6B385D

Tints of Palatinate Purple #6B385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 41.8%
G = 21.88%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6B385D (or 0x6B385D) is known color: Palatinate Purple. HEX triplet: 6B, 38 and 5D. RGB value is (107,56,93). Sum of RGB (Red+Green+Blue) = 107+56+93=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B385D is #94C7A2. Grayscale: #4B4B4B. Windows color (decimal): -9750435 or 6109291. OLE color: 6109291.

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

Color convert

RGB 107 56 93 -
CMYK 0 0.48 0.13 0.58
HSL 316.47º 0.31% 0.32% -
HSV(B) 316.47º 0.48% 0.42% -
XYZ 9.45 6.74 11.16 -
YUV 75.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 107 56 93 0 0.48 0.13 0.58 316.47 0.31 0.32
Hex 6B 38 5D 0 30 D 3A 13C 1F 20
Octal 153 70 135 0 60 15 72 474 37 40
Binary 1101011 111000 1011101 0 110000 1101 111010 100111100 11111 100000

Color Harmonies of #6B385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B385D

Black with #6B385D

Text Example


Text Example

White with #6B385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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