Html Css Color HEX #6B175C Palatinate Purple

📋 copy color: '#6B175C'

red 107 ◦ green 23 ◦ blue 92

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

Shades of Palatinate Purple #6B175C

Tints of Palatinate Purple #6B175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

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

R = 48.2%
G = 10.36%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B175C (or 0x6B175C) is known color: Palatinate Purple. HEX triplet: 6B, 17 and 5C. RGB value is (107,23,92). Sum of RGB (Red+Green+Blue) = 107+23+92=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B175C is #94E8A3. Grayscale: #373737. Windows color (decimal): -9758884 or 6035307. OLE color: 6035307.

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

Color convert

RGB 107 23 92 -
CMYK 0 0.79 0.14 0.58
HSL 310.71º 0.65% 0.25% -
HSV(B) 310.71º 0.79% 0.42% -
XYZ 8.3 4.51 10.56 -
YUV 55.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 107 23 92 0 0.79 0.14 0.58 310.71 0.65 0.25
Hex 6B 17 5C 0 4F E 3A 137 41 19
Octal 153 27 134 0 117 16 72 467 101 31
Binary 1101011 10111 1011100 0 1001111 1110 111010 100110111 1000001 11001

Color Harmonies of #6B175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B175C

Black with #6B175C

Text Example


Text Example

White with #6B175C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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