Html Css Color HEX #7F5CC6 True V

📋 copy color: '#7F5CC6'

red 127 ◦ green 92 ◦ blue 198

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

Shades of True V #7F5CC6

Tints of True V #7F5CC6

RGB

 RED value IS 127 (50% from 255) = 30.46%

 GREEN value IS 92 (36.33% from 255) = 22.06%

 BLUE value IS 198 (77.73% from 255) = 47.48%

R = 30.46%
G = 22.06%
B = 47.48%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7F5CC6 (or 0x7F5CC6) is known color: True V. HEX triplet: 7F, 5C and C6. RGB value is (127,92,198). Sum of RGB (Red+Green+Blue) = 127+92+198=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F5CC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CC6 is #80A339. Grayscale: #727272. Windows color (decimal): -8430394 or 12999807. OLE color: 12999807.

HSL color Cylindrical-coordinate representation of color #7F5CC6: hue angle of 259.81º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F5CC6 is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 127 92 198 -
CMYK 0.36 0.54 0 0.22
HSL 259.81º 0.48% 0.57% -
HSV(B) 259.81º 0.54% 0.78% -
XYZ 22.77 16.24 55.36 -
YUV 114.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 127 92 198 0.36 0.54 0 0.22 259.81 0.48 0.57
Hex 7F 5C C6 24 36 0 16 104 30 39
Octal 177 134 306 44 66 0 26 404 60 71
Binary 1111111 1011100 11000110 100100 110110 0 10110 100000100 110000 111001

Color Harmonies of #7F5CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5CC6

Black with #7F5CC6

Text Example


Text Example

White with #7F5CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,92,198); }

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

background-color css

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

 a { background-color: rgb(127,92,198); }

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

border-color css

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

 span { border-color: rgb(127,92,198); }

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