Html Css Color HEX #6A0274 Purple

📋 copy color: '#6A0274'

red 106 ◦ green 2 ◦ blue 116

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

Shades of Purple #6A0274

Tints of Purple #6A0274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.79%

R = 47.32%
G = 0.89%
B = 51.79%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A0274 (or 0x6A0274) is known color: Purple. HEX triplet: 6A, 02 and 74. RGB value is (106,2,116). Sum of RGB (Red+Green+Blue) = 106+2+116=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A0274 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0274 is #95FD8B. Grayscale: #2D2D2D. Windows color (decimal): -9829772 or 7602794. OLE color: 7602794.

HSL color Cylindrical-coordinate representation of color #6A0274: hue angle of 294.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0274 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 106 2 116 -
CMYK 0.09 0.98 0 0.55
HSL 294.74º 0.97% 0.23% -
HSV(B) 294.74º 0.98% 0.45% -
XYZ 9.12 4.37 16.89 -
YUV 46.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 106 2 116 0.09 0.98 0 0.55 294.74 0.97 0.23
Hex 6A 2 74 9 62 0 37 127 61 17
Octal 152 2 164 11 142 0 67 447 141 27
Binary 1101010 10 1110100 1001 1100010 0 110111 100100111 1100001 10111

Color Harmonies of #6A0274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0274

Black with #6A0274

Text Example


Text Example

White with #6A0274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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