Html Css Color HEX #6A0284 Purple

📋 copy color: '#6A0284'

red 106 ◦ green 2 ◦ blue 132

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

Shades of Purple #6A0284

Tints of Purple #6A0284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 132 (51.95% from 255) = 55%

R = 44.17%
G = 0.83%
B = 55%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6A0284 (or 0x6A0284) is known color: Purple. HEX triplet: 6A, 02 and 84. RGB value is (106,2,132). Sum of RGB (Red+Green+Blue) = 106+2+132=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A0284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0284 is #95FD7B. Grayscale: #2F2F2F. Windows color (decimal): -9829756 or 8651370. OLE color: 8651370.

HSL color Cylindrical-coordinate representation of color #6A0284: hue angle of 288º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0284 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 106 2 132 -
CMYK 0.20 0.98 0 0.48
HSL 288º 0.97% 0.26% -
HSV(B) 288º 0.98% 0.52% -
XYZ 10.13 4.77 22.22 -
YUV 47.92 175.46 169.43 -
System Red Green Blue C M Y K H S L
Decimal 106 2 132 0.20 0.98 0 0.48 288 0.97 0.26
Hex 6A 2 84 14 62 0 30 120 61 1A
Octal 152 2 204 24 142 0 60 440 141 32
Binary 1101010 10 10000100 10100 1100010 0 110000 100100000 1100001 11010

Color Harmonies of #6A0284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0284

Black with #6A0284

Text Example


Text Example

White with #6A0284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,132); }

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

background-color css

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

 a { background-color: rgb(106,2,132); }

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

border-color css

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

 span { border-color: rgb(106,2,132); }

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