Html Css Color HEX #6A075C Palatinate Purple

📋 copy color: '#6A075C'

red 106 ◦ green 7 ◦ blue 92

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

Shades of Palatinate Purple #6A075C

Tints of Palatinate Purple #6A075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.41%

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

R = 51.71%
G = 3.41%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.58

RGB Variations

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

Color information

#6A075C (or 0x6A075C) is known color: Palatinate Purple. HEX triplet: 6A, 07 and 5C. RGB value is (106,7,92). Sum of RGB (Red+Green+Blue) = 106+7+92=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A075C is #95F8A3. Grayscale: #2E2E2E. Windows color (decimal): -9828516 or 6031210. OLE color: 6031210.

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

Color convert

RGB 106 7 92 -
CMYK 0 0.93 0.13 0.58
HSL 308.48º 0.88% 0.22% -
HSV(B) 308.48º 0.93% 0.42% -
XYZ 7.95 3.99 10.48 -
YUV 46.29 153.8 170.59 -
System Red Green Blue C M Y K H S L
Decimal 106 7 92 0 0.93 0.13 0.58 308.48 0.88 0.22
Hex 6A 7 5C 0 5D D 3A 134 58 16
Octal 152 7 134 0 135 15 72 464 130 26
Binary 1101010 111 1011100 0 1011101 1101 111010 100110100 1011000 10110

Color Harmonies of #6A075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A075C

Black with #6A075C

Text Example


Text Example

White with #6A075C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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