Html Css Color HEX #6F265D Palatinate Purple

📋 copy color: '#6F265D'

red 111 ◦ green 38 ◦ blue 93

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

Shades of Palatinate Purple #6F265D

Tints of Palatinate Purple #6F265D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 45.87%
G = 15.7%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F265D (or 0x6F265D) is known color: Palatinate Purple. HEX triplet: 6F, 26 and 5D. RGB value is (111,38,93). Sum of RGB (Red+Green+Blue) = 111+38+93=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F265D is #90D9A2. Grayscale: #414141. Windows color (decimal): -9492899 or 6104687. OLE color: 6104687.

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

Color convert

RGB 111 38 93 -
CMYK 0 0.66 0.16 0.56
HSL 314.79º 0.49% 0.29% -
HSV(B) 314.79º 0.66% 0.44% -
XYZ 9.22 5.56 10.94 -
YUV 66.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 111 38 93 0 0.66 0.16 0.56 314.79 0.49 0.29
Hex 6F 26 5D 0 42 10 38 13B 31 1D
Octal 157 46 135 0 102 20 70 473 61 35
Binary 1101111 100110 1011101 0 1000010 10000 111000 100111011 110001 11101

Color Harmonies of #6F265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F265D

Black with #6F265D

Text Example


Text Example

White with #6F265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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