Html Css Color HEX #6A006D Purple

📋 copy color: '#6A006D'

red 106 ◦ green 0 ◦ blue 109

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

Shades of Purple #6A006D

Tints of Purple #6A006D

RGB

 RED value IS 106 (41.8% from 255) = 49.3%

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

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 49.3%
G = 0%
B = 50.7%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A006D (or 0x6A006D) is known color: Purple. HEX triplet: 6A, 00 and 6D. RGB value is (106,0,109). Sum of RGB (Red+Green+Blue) = 106+0+109=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A006D is #95FF92. Grayscale: #2B2B2B. Windows color (decimal): -9830291 or 7143530. OLE color: 7143530.

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

Color convert

RGB 106 0 109 -
CMYK 0.03 1 0 0.57
HSL 298.35º 1% 0.21% -
HSV(B) 298.35º 1% 0.43% -
XYZ 8.7 4.17 14.81 -
YUV 44.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 106 0 109 0.03 1 0 0.57 298.35 1 0.21
Hex 6A 0 6D 3 64 0 39 12A 64 15
Octal 152 0 155 3 144 0 71 452 144 25
Binary 1101010 0 1101101 11 1100100 0 111001 100101010 1100100 10101

Color Harmonies of #6A006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A006D

Black with #6A006D

Text Example


Text Example

White with #6A006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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