Html Css Color HEX #6D0295 Purple

📋 copy color: '#6D0295'

red 109 ◦ green 2 ◦ blue 149

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

Shades of Purple #6D0295

Tints of Purple #6D0295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

 BLUE value IS 149 (58.59% from 255) = 57.31%

R = 41.92%
G = 0.77%
B = 57.31%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D0295 (or 0x6D0295) is known color: Purple. HEX triplet: 6D, 02 and 95. RGB value is (109,2,149). Sum of RGB (Red+Green+Blue) = 109+2+149=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D0295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0295 is #92FD6A. Grayscale: #323232. Windows color (decimal): -9633131 or 9765485. OLE color: 9765485.

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

Color convert

RGB 109 2 149 -
CMYK 0.27 0.99 0 0.42
HSL 283.67º 0.97% 0.3% -
HSV(B) 283.67º 0.99% 0.58% -
XYZ 11.75 5.46 28.87 -
YUV 50.75 183.45 169.55 -
System Red Green Blue C M Y K H S L
Decimal 109 2 149 0.27 0.99 0 0.42 283.67 0.97 0.3
Hex 6D 2 95 1B 63 0 2A 11C 61 1E
Octal 155 2 225 33 143 0 52 434 141 36
Binary 1101101 10 10010101 11011 1100011 0 101010 100011100 1100001 11110

Color Harmonies of #6D0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0295

Black with #6D0295

Text Example


Text Example

White with #6D0295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,2,149); }

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

background-color css

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

 a { background-color: rgb(109,2,149); }

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

border-color css

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

 span { border-color: rgb(109,2,149); }

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