Html Css Color HEX #6A1F5C Palatinate Purple

📋 copy color: '#6A1F5C'

red 106 ◦ green 31 ◦ blue 92

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

Shades of Palatinate Purple #6A1F5C

Tints of Palatinate Purple #6A1F5C

RGB

 RED value IS 106 (41.8% from 255) = 46.29%

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

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

R = 46.29%
G = 13.54%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A1F5C (or 0x6A1F5C) is known color: Palatinate Purple. HEX triplet: 6A, 1F and 5C. RGB value is (106,31,92). Sum of RGB (Red+Green+Blue) = 106+31+92=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1F5C is #95E0A3. Grayscale: #3C3C3C. Windows color (decimal): -9822372 or 6037354. OLE color: 6037354.

HSL color Cylindrical-coordinate representation of color #6A1F5C: hue angle of 311.2º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A1F5C is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 31 92 -
CMYK 0 0.71 0.13 0.58
HSL 311.2º 0.55% 0.27% -
HSV(B) 311.2º 0.71% 0.42% -
XYZ 8.37 4.82 10.61 -
YUV 60.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 106 31 92 0 0.71 0.13 0.58 311.2 0.55 0.27
Hex 6A 1F 5C 0 47 D 3A 137 37 1B
Octal 152 37 134 0 107 15 72 467 67 33
Binary 1101010 11111 1011100 0 1000111 1101 111010 100110111 110111 11011

Color Harmonies of #6A1F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1F5C

Black with #6A1F5C

Text Example


Text Example

White with #6A1F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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