Html Css Color HEX #7F52BE Studio

📋 copy color: '#7F52BE'

red 127 ◦ green 82 ◦ blue 190

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

Shades of Studio #7F52BE

Tints of Studio #7F52BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.55%

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 31.83%
G = 20.55%
B = 47.62%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F52BE (or 0x7F52BE) is known color: Studio. HEX triplet: 7F, 52 and BE. RGB value is (127,82,190). Sum of RGB (Red+Green+Blue) = 127+82+190=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F52BE is #80AD41. Grayscale: #6B6B6B. Windows color (decimal): -8432962 or 12472959. OLE color: 12472959.

HSL color Cylindrical-coordinate representation of color #7F52BE: hue angle of 265º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F52BE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 82 190 -
CMYK 0.33 0.57 0 0.25
HSL 265º 0.45% 0.53% -
HSV(B) 265º 0.57% 0.75% -
XYZ 21.06 14.26 50.36 -
YUV 107.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 127 82 190 0.33 0.57 0 0.25 265 0.45 0.53
Hex 7F 52 BE 21 39 0 19 109 2D 35
Octal 177 122 276 41 71 0 31 411 55 65
Binary 1111111 1010010 10111110 100001 111001 0 11001 100001001 101101 110101

Color Harmonies of #7F52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F52BE

Black with #7F52BE

Text Example


Text Example

White with #7F52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,82,190); }

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

background-color css

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

 a { background-color: rgb(127,82,190); }

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

border-color css

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

 span { border-color: rgb(127,82,190); }

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