Html Css Color HEX #6F255B Palatinate Purple

📋 copy color: '#6F255B'

red 111 ◦ green 37 ◦ blue 91

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

Shades of Palatinate Purple #6F255B

Tints of Palatinate Purple #6F255B

RGB

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

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

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

R = 46.44%
G = 15.48%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F255B (or 0x6F255B) is known color: Palatinate Purple. HEX triplet: 6F, 25 and 5B. RGB value is (111,37,91). Sum of RGB (Red+Green+Blue) = 111+37+91=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F255B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F255B is #90DAA4. Grayscale: #414141. Windows color (decimal): -9493157 or 5973359. OLE color: 5973359.

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

Color convert

RGB 111 37 91 -
CMYK 0 0.67 0.18 0.56
HSL 316.22º 0.5% 0.29% -
HSV(B) 316.22º 0.67% 0.44% -
XYZ 9.11 5.46 10.47 -
YUV 65.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 111 37 91 0 0.67 0.18 0.56 316.22 0.5 0.29
Hex 6F 25 5B 0 43 12 38 13C 32 1D
Octal 157 45 133 0 103 22 70 474 62 35
Binary 1101111 100101 1011011 0 1000011 10010 111000 100111100 110010 11101

Color Harmonies of #6F255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F255B

Black with #6F255B

Text Example


Text Example

White with #6F255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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