Html Css Color HEX #6D0262 Purple

📋 copy color: '#6D0262'

red 109 ◦ green 2 ◦ blue 98

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

Shades of Purple #6D0262

Tints of Purple #6D0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.89%

R = 52.15%
G = 0.96%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D0262 (or 0x6D0262) is known color: Purple. HEX triplet: 6D, 02 and 62. RGB value is (109,2,98). Sum of RGB (Red+Green+Blue) = 109+2+98=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0262 is #92FD9D. Grayscale: #2C2C2C. Windows color (decimal): -9633182 or 6423149. OLE color: 6423149.

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

Color convert

RGB 109 2 98 -
CMYK 0 0.98 0.10 0.57
HSL 306.17º 0.96% 0.22% -
HSV(B) 306.17º 0.98% 0.43% -
XYZ 8.53 4.18 11.91 -
YUV 44.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 109 2 98 0 0.98 0.10 0.57 306.17 0.96 0.22
Hex 6D 2 62 0 62 A 39 132 60 16
Octal 155 2 142 0 142 12 71 462 140 26
Binary 1101101 10 1100010 0 1100010 1010 111001 100110010 1100000 10110

Color Harmonies of #6D0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0262

Black with #6D0262

Text Example


Text Example

White with #6D0262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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