Html Css Color HEX #6A007D Purple

📋 copy color: '#6A007D'

red 106 ◦ green 0 ◦ blue 125

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

Shades of Purple #6A007D

Tints of Purple #6A007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 45.89%
G = 0%
B = 54.11%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A007D (or 0x6A007D) is known color: Purple. HEX triplet: 6A, 00 and 7D. RGB value is (106,0,125). Sum of RGB (Red+Green+Blue) = 106+0+125=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A007D is #95FF82. Grayscale: #2D2D2D. Windows color (decimal): -9830275 or 8192106. OLE color: 8192106.

HSL color Cylindrical-coordinate representation of color #6A007D: hue angle of 290.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A007D is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 106 0 125 -
CMYK 0.15 1 0 0.51
HSL 290.88º 1% 0.25% -
HSV(B) 290.88º 1% 0.49% -
XYZ 9.65 4.54 19.77 -
YUV 45.94 172.62 170.84 -
System Red Green Blue C M Y K H S L
Decimal 106 0 125 0.15 1 0 0.51 290.88 1 0.25
Hex 6A 0 7D F 64 0 33 123 64 19
Octal 152 0 175 17 144 0 63 443 144 31
Binary 1101010 0 1111101 1111 1100100 0 110011 100100011 1100100 11001

Color Harmonies of #6A007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A007D

Black with #6A007D

Text Example


Text Example

White with #6A007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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