Html Css Color HEX #6F1F6A Palatinate Purple

📋 copy color: '#6F1F6A'

red 111 ◦ green 31 ◦ blue 106

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

Shades of Palatinate Purple #6F1F6A

Tints of Palatinate Purple #6F1F6A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

 BLUE value IS 106 (41.8% from 255) = 42.74%

R = 44.76%
G = 12.5%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#6F1F6A (or 0x6F1F6A) is known color: Palatinate Purple. HEX triplet: 6F, 1F and 6A. RGB value is (111,31,106). Sum of RGB (Red+Green+Blue) = 111+31+106=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1F6A is #90E095. Grayscale: #3F3F3F. Windows color (decimal): -9494678 or 6954863. OLE color: 6954863.

HSL color Cylindrical-coordinate representation of color #6F1F6A: hue angle of 303.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F6A is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 31 106 -
CMYK 0 0.72 0.05 0.56
HSL 303.75º 0.56% 0.28% -
HSV(B) 303.75º 0.72% 0.44% -
XYZ 9.65 5.4 14.17 -
YUV 63.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 111 31 106 0 0.72 0.05 0.56 303.75 0.56 0.28
Hex 6F 1F 6A 0 48 5 38 130 38 1C
Octal 157 37 152 0 110 5 70 460 70 34
Binary 1101111 11111 1101010 0 1001000 101 111000 100110000 111000 11100

Color Harmonies of #6F1F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1F6A

Black with #6F1F6A

Text Example


Text Example

White with #6F1F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,31,106); }

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

background-color css

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

 a { background-color: rgb(111,31,106); }

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

border-color css

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

 span { border-color: rgb(111,31,106); }

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