#7F65C3

Color #7F65C3 True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #7F65C3

Tints of True V #7F65C3

Color information

#7F65C3 (or 0x7F65C3) is unknown color: approx True V. HEX triplet: 7F, 65 and C3. RGB value is (127,101,195). Sum of RGB (Red+Green+Blue) = 127+101+195=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 101 (39.84% from 255 or 23.88% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #7F65C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65C3 is #809A3C. Grayscale: #777777. Windows color (decimal): -8428093 or 12805503. OLE color: 12805503.

HSL color Cylindrical-coordinate representation of color #7F65C3: hue angle of 256.6º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F65C3 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB127101195-
CMYK0.350.4800.24
HSL256.6º43.93%58.04%-
HSV(B)256.6º48.21%76.47%-
XYZ23.2617.7653.83-
YUV119.49170.61133.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 101 (39.84% from 255) = 23.88%
BLUE value IS 195 (76.56% from 255) = 46.10%
R=30.02%
G=23.88%
B=46.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1271011950.350.4800.24256.643.9358.04
Hex7F65C323300181012c3a
Octal17714530343600304015472
Binary1111111110010111000011100011110000011000100000001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F65C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,101,195); }

 H1.HeaderClassName
 {
   color: #7F65C3;
 }
 .AnyTagClassName
 {
   color: #7F65C3;
 }
</style>
background-color css

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

 a { background-color: rgb(127,101,195); }

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

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

 span { border-color: rgb(127,101,195); }

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