Html Css Color HEX #6D005F Purple

📋 copy color: '#6D005F'

red 109 ◦ green 0 ◦ blue 95

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

Shades of Purple #6D005F

Tints of Purple #6D005F

RGB

 RED value IS 109 (42.97% from 255) = 53.43%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 46.57%

R = 53.43%
G = 0%
B = 46.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D005F (or 0x6D005F) is known color: Purple. HEX triplet: 6D, 00 and 5F. RGB value is (109,0,95). Sum of RGB (Red+Green+Blue) = 109+0+95=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D005F is #92FFA0. Grayscale: #2B2B2B. Windows color (decimal): -9633697 or 6226029. OLE color: 6226029.

HSL color Cylindrical-coordinate representation of color #6D005F: hue angle of 307.71º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D005F is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 0 95 -
CMYK 0 1 0.13 0.57
HSL 307.71º 1% 0.21% -
HSV(B) 307.71º 1% 0.43% -
XYZ 8.37 4.08 11.17 -
YUV 43.42 157.11 174.78 -
System Red Green Blue C M Y K H S L
Decimal 109 0 95 0 1 0.13 0.57 307.71 1 0.21
Hex 6D 0 5F 0 64 D 39 134 64 15
Octal 155 0 137 0 144 15 71 464 144 25
Binary 1101101 0 1011111 0 1100100 1101 111001 100110100 1100100 10101

Color Harmonies of #6D005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D005F

Black with #6D005F

Text Example


Text Example

White with #6D005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,95); }

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

background-color css

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

 a { background-color: rgb(109,0,95); }

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

border-color css

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

 span { border-color: rgb(109,0,95); }

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