Html Css Color HEX #6D0062 Purple

📋 copy color: '#6D0062'

red 109 ◦ green 0 ◦ blue 98

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

Shades of Purple #6D0062

Tints of Purple #6D0062

RGB

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

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

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

R = 52.66%
G = 0%
B = 47.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D0062 (or 0x6D0062) is known color: Purple. HEX triplet: 6D, 00 and 62. RGB value is (109,0,98). Sum of RGB (Red+Green+Blue) = 109+0+98=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0062 is #92FF9D. Grayscale: #2B2B2B. Windows color (decimal): -9633694 or 6422637. OLE color: 6422637.

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

Color convert

RGB 109 0 98 -
CMYK 0 1 0.10 0.57
HSL 306.06º 1% 0.21% -
HSV(B) 306.06º 1% 0.43% -
XYZ 8.51 4.13 11.9 -
YUV 43.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 109 0 98 0 1 0.10 0.57 306.06 1 0.21
Hex 6D 0 62 0 64 A 39 132 64 15
Octal 155 0 142 0 144 12 71 462 144 25
Binary 1101101 0 1100010 0 1100100 1010 111001 100110010 1100100 10101

Color Harmonies of #6D0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0062

Black with #6D0062

Text Example


Text Example

White with #6D0062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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