Html Css Color HEX #7D60BF True V

📋 copy color: '#7D60BF'

red 125 ◦ green 96 ◦ blue 191

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

Shades of True V #7D60BF

Tints of True V #7D60BF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.3%

 BLUE value IS 191 (75% from 255) = 46.36%

R = 30.34%
G = 23.3%
B = 46.36%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D60BF (or 0x7D60BF) is known color: True V. HEX triplet: 7D, 60 and BF. RGB value is (125,96,191). Sum of RGB (Red+Green+Blue) = 125+96+191=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D60BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D60BF is #829F40. Grayscale: #737373. Windows color (decimal): -8560449 or 12542077. OLE color: 12542077.

HSL color Cylindrical-coordinate representation of color #7D60BF: hue angle of 258.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D60BF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 125 96 191 -
CMYK 0.35 0.50 0 0.25
HSL 258.32º 0.43% 0.56% -
HSV(B) 258.32º 0.5% 0.75% -
XYZ 22.04 16.49 51.31 -
YUV 115.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 125 96 191 0.35 0.50 0 0.25 258.32 0.43 0.56
Hex 7D 60 BF 23 32 0 19 102 2B 38
Octal 175 140 277 43 62 0 31 402 53 70
Binary 1111101 1100000 10111111 100011 110010 0 11001 100000010 101011 111000

Color Harmonies of #7D60BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D60BF

Black with #7D60BF

Text Example


Text Example

White with #7D60BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,191); }

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

background-color css

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

 a { background-color: rgb(125,96,191); }

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

border-color css

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

 span { border-color: rgb(125,96,191); }

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