Html Css Color HEX #6B375C Palatinate Purple

📋 copy color: '#6B375C'

red 107 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #6B375C

Tints of Palatinate Purple #6B375C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 42.13%
G = 21.65%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B375C (or 0x6B375C) is known color: Palatinate Purple. HEX triplet: 6B, 37 and 5C. RGB value is (107,55,92). Sum of RGB (Red+Green+Blue) = 107+55+92=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B375C is #94C8A3. Grayscale: #4A4A4A. Windows color (decimal): -9750692 or 6043499. OLE color: 6043499.

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

Color convert

RGB 107 55 92 -
CMYK 0 0.49 0.14 0.58
HSL 317.31º 0.32% 0.32% -
HSV(B) 317.31º 0.49% 0.42% -
XYZ 9.36 6.63 10.91 -
YUV 74.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 107 55 92 0 0.49 0.14 0.58 317.31 0.32 0.32
Hex 6B 37 5C 0 31 E 3A 13D 20 20
Octal 153 67 134 0 61 16 72 475 40 40
Binary 1101011 110111 1011100 0 110001 1110 111010 100111101 100000 100000

Color Harmonies of #6B375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B375C

Black with #6B375C

Text Example


Text Example

White with #6B375C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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