Html Css Color HEX #7D64BC True V

📋 copy color: '#7D64BC'

red 125 ◦ green 100 ◦ blue 188

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

Shades of True V #7D64BC

Tints of True V #7D64BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.52%

R = 30.27%
G = 24.21%
B = 45.52%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D64BC (or 0x7D64BC) is known color: True V. HEX triplet: 7D, 64 and BC. RGB value is (125,100,188). Sum of RGB (Red+Green+Blue) = 125+100+188=413 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.27% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D64BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D64BC is #829B43. Grayscale: #757575. Windows color (decimal): -8559428 or 12346493. OLE color: 12346493.

HSL color Cylindrical-coordinate representation of color #7D64BC: hue angle of 257.05º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D64BC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 100 188 -
CMYK 0.34 0.47 0 0.26
HSL 257.05º 0.4% 0.56% -
HSV(B) 257.05º 0.47% 0.74% -
XYZ 22.09 17.11 49.71 -
YUV 117.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 125 100 188 0.34 0.47 0 0.26 257.05 0.4 0.56
Hex 7D 64 BC 22 2F 0 1A 101 28 38
Octal 175 144 274 42 57 0 32 401 50 70
Binary 1111101 1100100 10111100 100010 101111 0 11010 100000001 101000 111000

Color Harmonies of #7D64BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D64BC

Black with #7D64BC

Text Example


Text Example

White with #7D64BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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