Html Css Color HEX #6B395C Palatinate Purple

📋 copy color: '#6B395C'

red 107 ◦ green 57 ◦ blue 92

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

Shades of Palatinate Purple #6B395C

Tints of Palatinate Purple #6B395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 41.8%
G = 22.27%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B395C (or 0x6B395C) is known color: Palatinate Purple. HEX triplet: 6B, 39 and 5C. RGB value is (107,57,92). Sum of RGB (Red+Green+Blue) = 107+57+92=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 107 - color contains mainly: red. Hex color #6B395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B395C is #94C6A3. Grayscale: #4B4B4B. Windows color (decimal): -9750180 or 6044011. OLE color: 6044011.

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

Color convert

RGB 107 57 92 -
CMYK 0 0.47 0.14 0.58
HSL 318º 0.3% 0.32% -
HSV(B) 318º 0.47% 0.42% -
XYZ 9.46 6.82 10.94 -
YUV 75.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 107 57 92 0 0.47 0.14 0.58 318 0.3 0.32
Hex 6B 39 5C 0 2F E 3A 13E 1E 20
Octal 153 71 134 0 57 16 72 476 36 40
Binary 1101011 111001 1011100 0 101111 1110 111010 100111110 11110 100000

Color Harmonies of #6B395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B395C

Black with #6B395C

Text Example


Text Example

White with #6B395C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,57,92); }

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

background-color css

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

 a { background-color: rgb(107,57,92); }

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

border-color css

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

 span { border-color: rgb(107,57,92); }

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