Html Css Color HEX #6A127D Purple

📋 copy color: '#6A127D'

red 106 ◦ green 18 ◦ blue 125

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

Shades of Purple #6A127D

Tints of Purple #6A127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

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

R = 42.57%
G = 7.23%
B = 50.2%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6A127D (or 0x6A127D) is known color: Purple. HEX triplet: 6A, 12 and 7D. RGB value is (106,18,125). Sum of RGB (Red+Green+Blue) = 106+18+125=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 125 (49.22% from 255 or 50.20% from 249); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A127D is #95ED82. Grayscale: #383838. Windows color (decimal): -9825667 or 8196714. OLE color: 8196714.

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

Color convert

RGB 106 18 125 -
CMYK 0.15 0.86 0 0.51
HSL 289.35º 0.75% 0.28% -
HSV(B) 289.35º 0.86% 0.49% -
XYZ 9.86 4.98 19.84 -
YUV 56.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 106 18 125 0.15 0.86 0 0.51 289.35 0.75 0.28
Hex 6A 12 7D F 56 0 33 121 4B 1C
Octal 152 22 175 17 126 0 63 441 113 34
Binary 1101010 10010 1111101 1111 1010110 0 110011 100100001 1001011 11100

Color Harmonies of #6A127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A127D

Black with #6A127D

Text Example


Text Example

White with #6A127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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