Html Css Color HEX #6F255D Palatinate Purple

📋 copy color: '#6F255D'

red 111 ◦ green 37 ◦ blue 93

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

Shades of Palatinate Purple #6F255D

Tints of Palatinate Purple #6F255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 46.06%
G = 15.35%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F255D (or 0x6F255D) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 5D. RGB value is (111,37,93). Sum of RGB (Red+Green+Blue) = 111+37+93=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F255D is #90DAA2. Grayscale: #414141. Windows color (decimal): -9493155 or 6104431. OLE color: 6104431.

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

Color convert

RGB 111 37 93 -
CMYK 0 0.67 0.16 0.56
HSL 314.59º 0.5% 0.29% -
HSV(B) 314.59º 0.67% 0.44% -
XYZ 9.19 5.49 10.93 -
YUV 65.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 111 37 93 0 0.67 0.16 0.56 314.59 0.5 0.29
Hex 6F 25 5D 0 43 10 38 13B 32 1D
Octal 157 45 135 0 103 20 70 473 62 35
Binary 1101111 100101 1011101 0 1000011 10000 111000 100111011 110010 11101

Color Harmonies of #6F255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F255D

Black with #6F255D

Text Example


Text Example

White with #6F255D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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