Html Css Color HEX #6D0067 Purple

📋 copy color: '#6D0067'

red 109 ◦ green 0 ◦ blue 103

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

Shades of Purple #6D0067

Tints of Purple #6D0067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 48.58%

R = 51.42%
G = 0%
B = 48.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#6D0067 (or 0x6D0067) is known color: Purple. HEX triplet: 6D, 00 and 67. RGB value is (109,0,103). Sum of RGB (Red+Green+Blue) = 109+0+103=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 103 (40.62% from 255 or 48.58% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0067 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0067 is #92FF98. Grayscale: #2C2C2C. Windows color (decimal): -9633689 or 6750317. OLE color: 6750317.

HSL color Cylindrical-coordinate representation of color #6D0067: hue angle of 303.3º 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 #6D0067 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 0 103 -
CMYK 0 1 0.06 0.57
HSL 303.3º 1% 0.21% -
HSV(B) 303.3º 1% 0.43% -
XYZ 8.75 4.23 13.19 -
YUV 44.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 109 0 103 0 1 0.06 0.57 303.3 1 0.21
Hex 6D 0 67 0 64 6 39 12F 64 15
Octal 155 0 147 0 144 6 71 457 144 25
Binary 1101101 0 1100111 0 1100100 110 111001 100101111 1100100 10101

Color Harmonies of #6D0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0067

Black with #6D0067

Text Example


Text Example

White with #6D0067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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