Html Css Color HEX #6F1A5C Palatinate Purple

📋 copy color: '#6F1A5C'

red 111 ◦ green 26 ◦ blue 92

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

Shades of Palatinate Purple #6F1A5C

Tints of Palatinate Purple #6F1A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.35%

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 48.47%
G = 11.35%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#6F1A5C (or 0x6F1A5C) is known color: Palatinate Purple. HEX triplet: 6F, 1A and 5C. RGB value is (111,26,92). Sum of RGB (Red+Green+Blue) = 111+26+92=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1A5C is #90E5A3. Grayscale: #3A3A3A. Windows color (decimal): -9495972 or 6036079. OLE color: 6036079.

HSL color Cylindrical-coordinate representation of color #6F1A5C: hue angle of 313.41º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A5C is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 26 92 -
CMYK 0 0.77 0.17 0.56
HSL 313.41º 0.62% 0.27% -
HSV(B) 313.41º 0.77% 0.44% -
XYZ 8.86 4.89 10.6 -
YUV 58.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 111 26 92 0 0.77 0.17 0.56 313.41 0.62 0.27
Hex 6F 1A 5C 0 4D 11 38 139 3E 1B
Octal 157 32 134 0 115 21 70 471 76 33
Binary 1101111 11010 1011100 0 1001101 10001 111000 100111001 111110 11011

Color Harmonies of #6F1A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1A5C

Black with #6F1A5C

Text Example


Text Example

White with #6F1A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,92); }

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

background-color css

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

 a { background-color: rgb(111,26,92); }

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

border-color css

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

 span { border-color: rgb(111,26,92); }

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