Html Css Color HEX #7F3DAB Studio

📋 copy color: '#7F3DAB'

red 127 ◦ green 61 ◦ blue 171

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

Shades of Studio #7F3DAB

Tints of Studio #7F3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.99%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 35.38%
G = 16.99%
B = 47.63%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F3DAB (or 0x7F3DAB) is known color: Studio. HEX triplet: 7F, 3D and AB. RGB value is (127,61,171). Sum of RGB (Red+Green+Blue) = 127+61+171=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F3DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3DAB is #80C254. Grayscale: #5C5C5C. Windows color (decimal): -8438357 or 11222399. OLE color: 11222399.

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

Color convert

RGB 127 61 171 -
CMYK 0.26 0.64 0 0.33
HSL 276º 0.47% 0.45% -
HSV(B) 276º 0.64% 0.67% -
XYZ 17.77 10.79 39.67 -
YUV 93.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 127 61 171 0.26 0.64 0 0.33 276 0.47 0.45
Hex 7F 3D AB 1A 40 0 21 114 2F 2D
Octal 177 75 253 32 100 0 41 424 57 55
Binary 1111111 111101 10101011 11010 1000000 0 100001 100010100 101111 101101

Color Harmonies of #7F3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3DAB

Black with #7F3DAB

Text Example


Text Example

White with #7F3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,61,171); }

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

background-color css

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

 a { background-color: rgb(127,61,171); }

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

border-color css

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

 span { border-color: rgb(127,61,171); }

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