Html Css Color HEX #6B265E Palatinate Purple

📋 copy color: '#6B265E'

red 107 ◦ green 38 ◦ blue 94

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

Shades of Palatinate Purple #6B265E

Tints of Palatinate Purple #6B265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.33%

R = 44.77%
G = 15.9%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B265E (or 0x6B265E) is known color: Palatinate Purple. HEX triplet: 6B, 26 and 5E. RGB value is (107,38,94). Sum of RGB (Red+Green+Blue) = 107+38+94=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B265E is #94D9A1. Grayscale: #404040. Windows color (decimal): -9755042 or 6170219. OLE color: 6170219.

HSL color Cylindrical-coordinate representation of color #6B265E: hue angle of 311.3º 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 #6B265E is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 38 94 -
CMYK 0 0.64 0.12 0.58
HSL 311.3º 0.48% 0.28% -
HSV(B) 311.3º 0.64% 0.42% -
XYZ 8.78 5.32 11.15 -
YUV 65.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 107 38 94 0 0.64 0.12 0.58 311.3 0.48 0.28
Hex 6B 26 5E 0 40 C 3A 137 30 1C
Octal 153 46 136 0 100 14 72 467 60 34
Binary 1101011 100110 1011110 0 1000000 1100 111010 100110111 110000 11100

Color Harmonies of #6B265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B265E

Black with #6B265E

Text Example


Text Example

White with #6B265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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