Html Css Color HEX #7F61C6 True V

📋 copy color: '#7F61C6'

red 127 ◦ green 97 ◦ blue 198

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

Shades of True V #7F61C6

Tints of True V #7F61C6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.99%

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

R = 30.09%
G = 22.99%
B = 46.92%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#7F61C6 (or 0x7F61C6) is known color: True V. HEX triplet: 7F, 61 and C6. RGB value is (127,97,198). Sum of RGB (Red+Green+Blue) = 127+97+198=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F61C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61C6 is #809E39. Grayscale: #757575. Windows color (decimal): -8429114 or 13001087. OLE color: 13001087.

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

Color convert

RGB 127 97 198 -
CMYK 0.36 0.51 0 0.22
HSL 257.82º 0.47% 0.58% -
HSV(B) 257.82º 0.51% 0.78% -
XYZ 23.22 17.14 55.51 -
YUV 117.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 127 97 198 0.36 0.51 0 0.22 257.82 0.47 0.58
Hex 7F 61 C6 24 33 0 16 102 2F 3A
Octal 177 141 306 44 63 0 26 402 57 72
Binary 1111111 1100001 11000110 100100 110011 0 10110 100000010 101111 111010

Color Harmonies of #7F61C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F61C6

Black with #7F61C6

Text Example


Text Example

White with #7F61C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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