Html Css Color HEX #7F42AC Studio

📋 copy color: '#7F42AC'

red 127 ◦ green 66 ◦ blue 172

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

Shades of Studio #7F42AC

Tints of Studio #7F42AC

RGB

 RED value IS 127 (50% from 255) = 34.79%

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 34.79%
G = 18.08%
B = 47.12%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F42AC (or 0x7F42AC) is known color: Studio. HEX triplet: 7F, 42 and AC. RGB value is (127,66,172). Sum of RGB (Red+Green+Blue) = 127+66+172=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F42AC is #80BD53. Grayscale: #5F5F5F. Windows color (decimal): -8437076 or 11289215. OLE color: 11289215.

HSL color Cylindrical-coordinate representation of color #7F42AC: hue angle of 274.53º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F42AC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 66 172 -
CMYK 0.26 0.62 0 0.33
HSL 274.53º 0.45% 0.47% -
HSV(B) 274.53º 0.62% 0.67% -
XYZ 18.15 11.39 40.27 -
YUV 96.32 170.71 149.88 -
System Red Green Blue C M Y K H S L
Decimal 127 66 172 0.26 0.62 0 0.33 274.53 0.45 0.47
Hex 7F 42 AC 1A 3E 0 21 113 2D 2F
Octal 177 102 254 32 76 0 41 423 55 57
Binary 1111111 1000010 10101100 11010 111110 0 100001 100010011 101101 101111

Color Harmonies of #7F42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42AC

Black with #7F42AC

Text Example


Text Example

White with #7F42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F42AC; }

 p { color: rgb(127,66,172); }

 H1.HeaderClassName
 {
   color: #7F42AC;
 }
 .AnyTagClassName
 {
   color: #7F42AC;
 }
</style>

background-color css

<style>
 a { background-color: #7F42AC; }

 a { background-color: rgb(127,66,172); }

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

border-color css

<style>
 span { border-color: #7F42AC; }

 span { border-color: rgb(127,66,172); }

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