Html Css Color HEX #7F4BAB Studio

📋 copy color: '#7F4BAB'

red 127 ◦ green 75 ◦ blue 171

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

Shades of Studio #7F4BAB

Tints of Studio #7F4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.11%

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

R = 34.05%
G = 20.11%
B = 45.84%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F4BAB (or 0x7F4BAB) is known color: Studio. HEX triplet: 7F, 4B and AB. RGB value is (127,75,171). Sum of RGB (Red+Green+Blue) = 127+75+171=373 (49% of max value = 765). Red value is 127 (50% from 255 or 34.05% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F4BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4BAB is #80B454. Grayscale: #656565. Windows color (decimal): -8434773 or 11225983. OLE color: 11225983.

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

Color convert

RGB 127 75 171 -
CMYK 0.26 0.56 0 0.33
HSL 272.5º 0.39% 0.48% -
HSV(B) 272.5º 0.56% 0.67% -
XYZ 18.62 12.48 39.96 -
YUV 101.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 127 75 171 0.26 0.56 0 0.33 272.5 0.39 0.48
Hex 7F 4B AB 1A 38 0 21 110 27 30
Octal 177 113 253 32 70 0 41 420 47 60
Binary 1111111 1001011 10101011 11010 111000 0 100001 100010000 100111 110000

Color Harmonies of #7F4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4BAB

Black with #7F4BAB

Text Example


Text Example

White with #7F4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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