Html Css Color HEX #6B265B Palatinate Purple

📋 copy color: '#6B265B'

red 107 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #6B265B

Tints of Palatinate Purple #6B265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 45.34%
G = 16.1%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B265B (or 0x6B265B) is known color: Palatinate Purple. HEX triplet: 6B, 26 and 5B. RGB value is (107,38,91). Sum of RGB (Red+Green+Blue) = 107+38+91=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B265B is #94D9A4. Grayscale: #404040. Windows color (decimal): -9755045 or 5973611. OLE color: 5973611.

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

Color convert

RGB 107 38 91 -
CMYK 0 0.64 0.15 0.58
HSL 313.91º 0.48% 0.28% -
HSV(B) 313.91º 0.64% 0.42% -
XYZ 8.64 5.27 10.46 -
YUV 64.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 107 38 91 0 0.64 0.15 0.58 313.91 0.48 0.28
Hex 6B 26 5B 0 40 F 3A 13A 30 1C
Octal 153 46 133 0 100 17 72 472 60 34
Binary 1101011 100110 1011011 0 1000000 1111 111010 100111010 110000 11100

Color Harmonies of #6B265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B265B

Black with #6B265B

Text Example


Text Example

White with #6B265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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