Html Css Color HEX #6B265C Palatinate Purple

📋 copy color: '#6B265C'

red 107 ◦ green 38 ◦ blue 92

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

Shades of Palatinate Purple #6B265C

Tints of Palatinate Purple #6B265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.03%

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

R = 45.15%
G = 16.03%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B265C (or 0x6B265C) is known color: Palatinate Purple. HEX triplet: 6B, 26 and 5C. RGB value is (107,38,92). Sum of RGB (Red+Green+Blue) = 107+38+92=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 92 (36.33% from 255 or 38.82% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B265C is #94D9A3. Grayscale: #404040. Windows color (decimal): -9755044 or 6039147. OLE color: 6039147.

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

Color convert

RGB 107 38 92 -
CMYK 0 0.64 0.14 0.58
HSL 313.04º 0.48% 0.28% -
HSV(B) 313.04º 0.64% 0.42% -
XYZ 8.69 5.28 10.69 -
YUV 64.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 107 38 92 0 0.64 0.14 0.58 313.04 0.48 0.28
Hex 6B 26 5C 0 40 E 3A 139 30 1C
Octal 153 46 134 0 100 16 72 471 60 34
Binary 1101011 100110 1011100 0 1000000 1110 111010 100111001 110000 11100

Color Harmonies of #6B265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B265C

Black with #6B265C

Text Example


Text Example

White with #6B265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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