Html Css Color HEX #7D64BE True V

📋 copy color: '#7D64BE'

red 125 ◦ green 100 ◦ blue 190

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

Shades of True V #7D64BE

Tints of True V #7D64BE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.1%

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

R = 30.12%
G = 24.1%
B = 45.78%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D64BE (or 0x7D64BE) is known color: True V. HEX triplet: 7D, 64 and BE. RGB value is (125,100,190). Sum of RGB (Red+Green+Blue) = 125+100+190=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D64BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64BE is #829B41. Grayscale: #757575. Windows color (decimal): -8559426 or 12477565. OLE color: 12477565.

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

Color convert

RGB 125 100 190 -
CMYK 0.34 0.47 0 0.25
HSL 256.67º 0.41% 0.57% -
HSV(B) 256.67º 0.47% 0.75% -
XYZ 22.31 17.19 50.86 -
YUV 117.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 125 100 190 0.34 0.47 0 0.25 256.67 0.41 0.57
Hex 7D 64 BE 22 2F 0 19 101 29 39
Octal 175 144 276 42 57 0 31 401 51 71
Binary 1111101 1100100 10111110 100010 101111 0 11001 100000001 101001 111001

Color Harmonies of #7D64BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D64BE

Black with #7D64BE

Text Example


Text Example

White with #7D64BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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