Html Css Color HEX #6A036D Purple

📋 copy color: '#6A036D'

red 106 ◦ green 3 ◦ blue 109

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

Shades of Purple #6A036D

Tints of Purple #6A036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 48.62%
G = 1.38%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6A036D (or 0x6A036D) is known color: Purple. HEX triplet: 6A, 03 and 6D. RGB value is (106,3,109). Sum of RGB (Red+Green+Blue) = 106+3+109=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #6A036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A036D is #95FC92. Grayscale: #2D2D2D. Windows color (decimal): -9829523 or 7144298. OLE color: 7144298.

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

Color convert

RGB 106 3 109 -
CMYK 0.03 0.97 0 0.57
HSL 298.3º 0.95% 0.22% -
HSV(B) 298.3º 0.97% 0.43% -
XYZ 8.74 4.23 14.82 -
YUV 45.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 106 3 109 0.03 0.97 0 0.57 298.3 0.95 0.22
Hex 6A 3 6D 3 61 0 39 12A 5F 16
Octal 152 3 155 3 141 0 71 452 137 26
Binary 1101010 11 1101101 11 1100001 0 111001 100101010 1011111 10110

Color Harmonies of #6A036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A036D

Black with #6A036D

Text Example


Text Example

White with #6A036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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