Html Css Color HEX #6B285C Palatinate Purple

📋 copy color: '#6B285C'

red 107 ◦ green 40 ◦ blue 92

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

Shades of Palatinate Purple #6B285C

Tints of Palatinate Purple #6B285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

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

R = 44.77%
G = 16.74%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B285C (or 0x6B285C) is known color: Palatinate Purple. HEX triplet: 6B, 28 and 5C. RGB value is (107,40,92). Sum of RGB (Red+Green+Blue) = 107+40+92=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B285C is #94D7A3. Grayscale: #414141. Windows color (decimal): -9754532 or 6039659. OLE color: 6039659.

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

Color convert

RGB 107 40 92 -
CMYK 0 0.63 0.14 0.58
HSL 313.43º 0.46% 0.29% -
HSV(B) 313.43º 0.63% 0.42% -
XYZ 8.75 5.42 10.71 -
YUV 65.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 107 40 92 0 0.63 0.14 0.58 313.43 0.46 0.29
Hex 6B 28 5C 0 3F E 3A 139 2E 1D
Octal 153 50 134 0 77 16 72 471 56 35
Binary 1101011 101000 1011100 0 111111 1110 111010 100111001 101110 11101

Color Harmonies of #6B285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B285C

Black with #6B285C

Text Example


Text Example

White with #6B285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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