Html Css Color HEX #6F265F Palatinate Purple

📋 copy color: '#6F265F'

red 111 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #6F265F

Tints of Palatinate Purple #6F265F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.93%

R = 45.49%
G = 15.57%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#6F265F (or 0x6F265F) is known color: Palatinate Purple. HEX triplet: 6F, 26 and 5F. RGB value is (111,38,95). Sum of RGB (Red+Green+Blue) = 111+38+95=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F265F is #90D9A0. Grayscale: #424242. Windows color (decimal): -9492897 or 6235759. OLE color: 6235759.

HSL color Cylindrical-coordinate representation of color #6F265F: hue angle of 313.15º 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 #6F265F is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 38 95 -
CMYK 0 0.66 0.14 0.56
HSL 313.15º 0.49% 0.29% -
HSV(B) 313.15º 0.66% 0.44% -
XYZ 9.31 5.59 11.41 -
YUV 66.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 111 38 95 0 0.66 0.14 0.56 313.15 0.49 0.29
Hex 6F 26 5F 0 42 E 38 139 31 1D
Octal 157 46 137 0 102 16 70 471 61 35
Binary 1101111 100110 1011111 0 1000010 1110 111000 100111001 110001 11101

Color Harmonies of #6F265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F265F

Black with #6F265F

Text Example


Text Example

White with #6F265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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