Html Css Color HEX #6F265B Palatinate Purple

📋 copy color: '#6F265B'

red 111 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #6F265B

Tints of Palatinate Purple #6F265B

RGB

 RED value IS 111 (43.75% from 255) = 46.25%

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

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

R = 46.25%
G = 15.83%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F265B (or 0x6F265B) is known color: Palatinate Purple. HEX triplet: 6F, 26 and 5B. RGB value is (111,38,91). Sum of RGB (Red+Green+Blue) = 111+38+91=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F265B is #90D9A4. Grayscale: #414141. Windows color (decimal): -9492901 or 5973615. OLE color: 5973615.

HSL color Cylindrical-coordinate representation of color #6F265B: hue angle of 316.44º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F265B is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 38 91 -
CMYK 0 0.66 0.18 0.56
HSL 316.44º 0.49% 0.29% -
HSV(B) 316.44º 0.66% 0.44% -
XYZ 9.14 5.52 10.48 -
YUV 65.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 111 38 91 0 0.66 0.18 0.56 316.44 0.49 0.29
Hex 6F 26 5B 0 42 12 38 13C 31 1D
Octal 157 46 133 0 102 22 70 474 61 35
Binary 1101111 100110 1011011 0 1000010 10010 111000 100111100 110001 11101

Color Harmonies of #6F265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F265B

Black with #6F265B

Text Example


Text Example

White with #6F265B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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