#7F65CE

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

Shades of True V #7F65CE

Tints of True V #7F65CE

Color information

#7F65CE (or 0x7F65CE) is unknown color: approx True V. HEX triplet: 7F, 65 and CE. RGB value is (127,101,206). Sum of RGB (Red+Green+Blue) = 127+101+206=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F65CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65CE is #809A31. Grayscale: #787878. Windows color (decimal): -8428082 or 13526399. OLE color: 13526399.

HSL color Cylindrical-coordinate representation of color #7F65CE: hue angle of 254.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F65CE is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127101206-
CMYK0.380.5100.19
HSL254.86º51.72%60.2%-
HSV(B)254.86º50.97%80.78%-
XYZ24.5518.2860.63-
YUV120.74176.11132.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.26%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 206 (80.86% from 255) = 47.47%
R=29.26%
G=23.27%
B=47.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271012060.380.5100.19254.8651.7260.2
Hex7F65CE2633013ff343c
Octal17714531646630233776474
Binary111111111001011100111010011011001101001111111111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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