Html Css Color HEX #7F67C0 True V

📋 copy color: '#7F67C0'

red 127 ◦ green 103 ◦ blue 192

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

Shades of True V #7F67C0

Tints of True V #7F67C0

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.41%

 BLUE value IS 192 (75.39% from 255) = 45.5%

R = 30.09%
G = 24.41%
B = 45.5%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F67C0 (or 0x7F67C0) is known color: True V. HEX triplet: 7F, 67 and C0. RGB value is (127,103,192). Sum of RGB (Red+Green+Blue) = 127+103+192=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F67C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F67C0 is #80983F. Grayscale: #777777. Windows color (decimal): -8427584 or 12609407. OLE color: 12609407.

HSL color Cylindrical-coordinate representation of color #7F67C0: hue angle of 256.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F67C0 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 103 192 -
CMYK 0.34 0.46 0 0.25
HSL 256.18º 0.41% 0.58% -
HSV(B) 256.18º 0.46% 0.75% -
XYZ 23.12 18.02 52.13 -
YUV 120.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 127 103 192 0.34 0.46 0 0.25 256.18 0.41 0.58
Hex 7F 67 C0 22 2E 0 19 100 29 3A
Octal 177 147 300 42 56 0 31 400 51 72
Binary 1111111 1100111 11000000 100010 101110 0 11001 100000000 101001 111010

Color Harmonies of #7F67C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F67C0

Black with #7F67C0

Text Example


Text Example

White with #7F67C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,103,192); }

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

background-color css

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

 a { background-color: rgb(127,103,192); }

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

border-color css

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

 span { border-color: rgb(127,103,192); }

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