Html Css Color HEX #7D4CBE Studio

📋 copy color: '#7D4CBE'

red 125 ◦ green 76 ◦ blue 190

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

Shades of Studio #7D4CBE

Tints of Studio #7D4CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.44%

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

R = 31.97%
G = 19.44%
B = 48.59%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D4CBE (or 0x7D4CBE) is known color: Studio. HEX triplet: 7D, 4C and BE. RGB value is (125,76,190). Sum of RGB (Red+Green+Blue) = 125+76+190=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D4CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CBE is #82B341. Grayscale: #676767. Windows color (decimal): -8565570 or 12471421. OLE color: 12471421.

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

Color convert

RGB 125 76 190 -
CMYK 0.34 0.60 0 0.25
HSL 265.79º 0.47% 0.52% -
HSV(B) 265.79º 0.6% 0.75% -
XYZ 20.34 13.25 50.2 -
YUV 103.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 125 76 190 0.34 0.60 0 0.25 265.79 0.47 0.52
Hex 7D 4C BE 22 3C 0 19 10A 2F 34
Octal 175 114 276 42 74 0 31 412 57 64
Binary 1111101 1001100 10111110 100010 111100 0 11001 100001010 101111 110100

Color Harmonies of #7D4CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4CBE

Black with #7D4CBE

Text Example


Text Example

White with #7D4CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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