Html Css Color HEX #7D4BBE Studio

📋 copy color: '#7D4BBE'

red 125 ◦ green 75 ◦ blue 190

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

Shades of Studio #7D4BBE

Tints of Studio #7D4BBE

RGB

 RED value IS 125 (49.22% from 255) = 32.05%

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

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

R = 32.05%
G = 19.23%
B = 48.72%

CMYK

 C value IS 0.34

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D4BBE (or 0x7D4BBE) is known color: Studio. HEX triplet: 7D, 4B and BE. RGB value is (125,75,190). Sum of RGB (Red+Green+Blue) = 125+75+190=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D4BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BBE is #82B441. Grayscale: #666666. Windows color (decimal): -8565826 or 12471165. OLE color: 12471165.

HSL color Cylindrical-coordinate representation of color #7D4BBE: hue angle of 266.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D4BBE is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 75 190 -
CMYK 0.34 0.61 0 0.25
HSL 266.09º 0.47% 0.52% -
HSV(B) 266.09º 0.61% 0.75% -
XYZ 20.27 13.11 50.18 -
YUV 103.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 125 75 190 0.34 0.61 0 0.25 266.09 0.47 0.52
Hex 7D 4B BE 22 3D 0 19 10A 2F 34
Octal 175 113 276 42 75 0 31 412 57 64
Binary 1111101 1001011 10111110 100010 111101 0 11001 100001010 101111 110100

Color Harmonies of #7D4BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4BBE

Black with #7D4BBE

Text Example


Text Example

White with #7D4BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,75,190); }

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

background-color css

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

 a { background-color: rgb(125,75,190); }

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

border-color css

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

 span { border-color: rgb(125,75,190); }

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