Html Css Color HEX #6F305B Palatinate Purple

📋 copy color: '#6F305B'

red 111 ◦ green 48 ◦ blue 91

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

Shades of Palatinate Purple #6F305B

Tints of Palatinate Purple #6F305B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 44.4%
G = 19.2%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#6F305B (or 0x6F305B) is known color: Palatinate Purple. HEX triplet: 6F, 30 and 5B. RGB value is (111,48,91). Sum of RGB (Red+Green+Blue) = 111+48+91=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 111 - color contains mainly: red. Hex color #6F305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F305B is #90CFA4. Grayscale: #474747. Windows color (decimal): -9490341 or 5976175. OLE color: 5976175.

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

Color convert

RGB 111 48 91 -
CMYK 0 0.57 0.18 0.56
HSL 319.05º 0.4% 0.31% -
HSV(B) 319.05º 0.57% 0.44% -
XYZ 9.5 6.25 10.6 -
YUV 71.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 111 48 91 0 0.57 0.18 0.56 319.05 0.4 0.31
Hex 6F 30 5B 0 39 12 38 13F 28 1F
Octal 157 60 133 0 71 22 70 477 50 37
Binary 1101111 110000 1011011 0 111001 10010 111000 100111111 101000 11111

Color Harmonies of #6F305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F305B

Black with #6F305B

Text Example


Text Example

White with #6F305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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