Html Css Color HEX #6D036B Purple

📋 copy color: '#6D036B'

red 109 ◦ green 3 ◦ blue 107

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

Shades of Purple #6D036B

Tints of Purple #6D036B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 49.77%
G = 1.37%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D036B (or 0x6D036B) is known color: Purple. HEX triplet: 6D, 03 and 6B. RGB value is (109,3,107). Sum of RGB (Red+Green+Blue) = 109+3+107=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D036B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D036B is #92FC94. Grayscale: #2E2E2E. Windows color (decimal): -9632917 or 7013229. OLE color: 7013229.

HSL color Cylindrical-coordinate representation of color #6D036B: hue angle of 301.13º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D036B is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 3 107 -
CMYK 0 0.97 0.02 0.57
HSL 301.13º 0.95% 0.22% -
HSV(B) 301.13º 0.97% 0.43% -
XYZ 8.99 4.38 14.28 -
YUV 46.55 162.12 172.54 -
System Red Green Blue C M Y K H S L
Decimal 109 3 107 0 0.97 0.02 0.57 301.13 0.95 0.22
Hex 6D 3 6B 0 61 2 39 12D 5F 16
Octal 155 3 153 0 141 2 71 455 137 26
Binary 1101101 11 1101011 0 1100001 10 111001 100101101 1011111 10110

Color Harmonies of #6D036B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D036B

Black with #6D036B

Text Example


Text Example

White with #6D036B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,3,107); }

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

background-color css

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

 a { background-color: rgb(109,3,107); }

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

border-color css

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

 span { border-color: rgb(109,3,107); }

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